diff options
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r-- | src/daemon/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 8a0aa4b2..e70583d3 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am | |||
@@ -38,9 +38,11 @@ check_PROGRAMS = \ | |||
38 | daemontest_get \ | 38 | daemontest_get \ |
39 | daemontest_post \ | 39 | daemontest_post \ |
40 | daemontest_put \ | 40 | daemontest_put \ |
41 | daemontest_large_put \ | ||
41 | daemontest_get11 \ | 42 | daemontest_get11 \ |
42 | daemontest_post11 \ | 43 | daemontest_post11 \ |
43 | daemontest_put11 \ | 44 | daemontest_put11 \ |
45 | daemontest_large_put11 \ | ||
44 | daemontest_long_header | 46 | daemontest_long_header |
45 | 47 | ||
46 | TESTS = $(check_PROGRAMS) | 48 | TESTS = $(check_PROGRAMS) |
@@ -86,6 +88,19 @@ daemontest_put11_LDADD = \ | |||
86 | $(top_builddir)/src/daemon/libmicrohttpd.la \ | 88 | $(top_builddir)/src/daemon/libmicrohttpd.la \ |
87 | @LIBCURL@ | 89 | @LIBCURL@ |
88 | 90 | ||
91 | |||
92 | daemontest_large_put_SOURCES = \ | ||
93 | daemontest_large_put.c | ||
94 | daemontest_large_put_LDADD = \ | ||
95 | $(top_builddir)/src/daemon/libmicrohttpd.la \ | ||
96 | @LIBCURL@ | ||
97 | |||
98 | daemontest_large_put11_SOURCES = \ | ||
99 | daemontest_large_put.c | ||
100 | daemontest_large_put11_LDADD = \ | ||
101 | $(top_builddir)/src/daemon/libmicrohttpd.la \ | ||
102 | @LIBCURL@ | ||
103 | |||
89 | daemontest_long_header_SOURCES = \ | 104 | daemontest_long_header_SOURCES = \ |
90 | daemontest_long_header.c | 105 | daemontest_long_header.c |
91 | daemontest_long_header_LDADD = \ | 106 | daemontest_long_header_LDADD = \ |