aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 73c6840b..74732f07 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -27,6 +27,7 @@ endif
27endif 27endif
28 28
29check_PROGRAMS = \ 29check_PROGRAMS = \
30 test_start_stop \
30 daemontest_get \ 31 daemontest_get \
31 daemontest_get_sendfile \ 32 daemontest_get_sendfile \
32 daemontest_urlparse \ 33 daemontest_urlparse \
@@ -72,6 +73,11 @@ noinst_LIBRARIES = libcurl_version_check.a
72libcurl_version_check_a_SOURCES = \ 73libcurl_version_check_a_SOURCES = \
73 curl_version_check.c 74 curl_version_check.c
74 75
76test_start_stop_SOURCES = \
77 test_start_stop.c
78test_start_stop_LDADD = \
79 $(top_builddir)/src/daemon/libmicrohttpd.la
80
75daemon_options_test_SOURCES = \ 81daemon_options_test_SOURCES = \
76 daemon_options_test.c 82 daemon_options_test.c
77daemon_options_test_LDADD = \ 83daemon_options_test_LDADD = \