nixpkgs/pkgs/servers/http/myserver/TESTS.patch
Ludovic Courtès 4ad3ea4107 Add GNU MyServer.
svn path=/nixpkgs/trunk/; revision=16801
2009-08-21 10:20:40 +00:00

24 lines
941 B
Diff

This patch fixes the incorrect use of Automake's $(TESTS) in the
top-level `Makefile.am'.
--- myserver-0.9/Makefile.in 2009-08-10 19:00:59.000000000 +0200
+++ myserver-0.9/Makefile.in 2009-08-19 17:30:06.000000000 +0200
@@ -243,14 +243,14 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-@BUILD_TESTS_TRUE@TESTS = tests
+@BUILD_TESTS_TRUE@test_dir = tests
@BUILD_DOC_TRUE@DOCS = documentation
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-pthread-check.m4 \
$(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/libxml.m4 $(top_srcdir)/m4/cppunit.m4 \
$(top_srcdir)/configure.in
-SUBDIRS = src include $(CONTROL) $(CGI_LIB) binaries $(DOCS) $(TESTS)
+SUBDIRS = src include $(CONTROL) $(CGI_LIB) binaries $(DOCS) $(test_dir)
EXTRA_DIST = stdafx.h stdafx.cpp doxygen SConstruct
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive