aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-16 07:25:57 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-16 07:25:57 +0000
commit791198d30deda7bcdc7075e2c39e51c1f466d7fc (patch)
treea41f364f5ae9c192ca9e19db20e4a939c1354fa2 /src/daemon/Makefile.am
parent553f84de5cc0efb7b5af14308463cfabd9a2d966 (diff)
downloadlibmicrohttpd-791198d30deda7bcdc7075e2c39e51c1f466d7fc.tar.gz
libmicrohttpd-791198d30deda7bcdc7075e2c39e51c1f466d7fc.zip
fixing PUT, renaming testcase
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 7eda834b..93780b67 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -32,7 +32,7 @@ if HAVE_CURL
32 32
33check_PROGRAMS = \ 33check_PROGRAMS = \
34 daemontest \ 34 daemontest \
35 daemontest1 \ 35 daemontest_get \
36 daemontest_post \ 36 daemontest_post \
37 daemontest_put 37 daemontest_put
38 38
@@ -43,9 +43,9 @@ daemontest_SOURCES = \
43daemontest_LDADD = \ 43daemontest_LDADD = \
44 $(top_builddir)/src/daemon/libmicrohttpd.la 44 $(top_builddir)/src/daemon/libmicrohttpd.la
45 45
46daemontest1_SOURCES = \ 46daemontest_get_SOURCES = \
47 daemontest1.c 47 daemontest_get.c
48daemontest1_LDADD = \ 48daemontest_get_LDADD = \
49 $(top_builddir)/src/daemon/libmicrohttpd.la \ 49 $(top_builddir)/src/daemon/libmicrohttpd.la \
50 @LIBCURL@ 50 @LIBCURL@
51 51