aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 1e555c18..cfd4799f 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -167,7 +167,7 @@ test_daemon_LDADD = \
167 $(top_builddir)/src/microhttpd/libmicrohttpd.la 167 $(top_builddir)/src/microhttpd/libmicrohttpd.la
168 168
169test_postprocessor_SOURCES = \ 169test_postprocessor_SOURCES = \
170 test_postprocessor.c mhd_compat.c 170 test_postprocessor.c
171test_postprocessor_CPPFLAGS = \ 171test_postprocessor_CPPFLAGS = \
172 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS) 172 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
173test_postprocessor_LDADD = \ 173test_postprocessor_LDADD = \
@@ -181,7 +181,7 @@ test_postprocessor_amp_LDADD = \
181 $(top_builddir)/src/microhttpd/libmicrohttpd.la 181 $(top_builddir)/src/microhttpd/libmicrohttpd.la
182 182
183test_postprocessor_large_SOURCES = \ 183test_postprocessor_large_SOURCES = \
184 test_postprocessor_large.c mhd_compat.c 184 test_postprocessor_large.c
185test_postprocessor_large_CPPFLAGS = \ 185test_postprocessor_large_CPPFLAGS = \
186 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS) 186 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
187test_postprocessor_large_LDADD = \ 187test_postprocessor_large_LDADD = \