aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
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