aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-12 20:49:59 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-12 20:49:59 +0000
commita3a09cb33abca62ec05bd38ae8c84449fd6e6dca (patch)
tree2c29b30e69f65e445831317b5b473af5dacd395e /src/testcurl/Makefile.am
parent22b9e0d7b52c59d43fcbedde37ca71d4daea5347 (diff)
downloadlibmicrohttpd-a3a09cb33abca62ec05bd38ae8c84449fd6e6dca.tar.gz
libmicrohttpd-a3a09cb33abca62ec05bd38ae8c84449fd6e6dca.zip
mvs
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index d220ef08..608c004f 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -3,8 +3,6 @@ SUBDIRS = .
3INCLUDES = -I$(top_srcdir)/src/include 3INCLUDES = -I$(top_srcdir)/src/include
4 4
5check_PROGRAMS = \ 5check_PROGRAMS = \
6 postprocessor_test \
7 daemontest \
8 daemontest_get \ 6 daemontest_get \
9 daemontest_post \ 7 daemontest_post \
10 daemontest_postform \ 8 daemontest_postform \
@@ -23,16 +21,6 @@ check_PROGRAMS = \
23 21
24TESTS = $(check_PROGRAMS) 22TESTS = $(check_PROGRAMS)
25 23
26daemontest_SOURCES = \
27 daemontest.c
28daemontest_LDADD = \
29 $(top_builddir)/src/daemon/libmicrohttpd.la
30
31postprocessor_test_SOURCES = \
32 postprocessor_test.c
33postprocessor_test_LDADD = \
34 $(top_builddir)/src/daemon/libmicrohttpd.la
35
36daemontest_get_SOURCES = \ 24daemontest_get_SOURCES = \
37 daemontest_get.c 25 daemontest_get.c
38daemontest_get_LDADD = \ 26daemontest_get_LDADD = \