|
|
@@ -151,17 +151,23 @@ test_daemon_LDADD = \
|
|
|
|
|
|
test_postprocessor_SOURCES = \
|
|
|
test_postprocessor.c
|
|
|
+test_postprocessor_CPPFLAGS = \
|
|
|
+ $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
|
|
|
test_postprocessor_LDADD = \
|
|
|
$(top_builddir)/src/microhttpd/libmicrohttpd.la \
|
|
|
$(MHD_W32_LIB)
|
|
|
|
|
|
test_postprocessor_amp_SOURCES = \
|
|
|
test_postprocessor_amp.c
|
|
|
+test_postprocessor_amp_CPPFLAGS = \
|
|
|
+ $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
|
|
|
test_postprocessor_amp_LDADD = \
|
|
|
$(top_builddir)/src/microhttpd/libmicrohttpd.la
|
|
|
|
|
|
test_postprocessor_large_SOURCES = \
|
|
|
test_postprocessor_large.c
|
|
|
+test_postprocessor_large_CPPFLAGS = \
|
|
|
+ $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
|
|
|
test_postprocessor_large_LDADD = \
|
|
|
$(top_builddir)/src/microhttpd/libmicrohttpd.la \
|
|
|
$(MHD_W32_LIB)
|