commit 46f67fb2927fa8059d54b469663160256158f240
parent c2fa486399f61bb3add6525980e2a32bd391e44b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 24 Nov 2016 19:47:44 +0300
fixed test_postprocessor*: all files which includes "internal.h" require CFLAGS as well as CPPFLAGS for GnuTLS
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
@@ -203,6 +203,8 @@ test_postprocessor_SOURCES = \
test_postprocessor.c
test_postprocessor_CPPFLAGS = \
$(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
+test_postprocessor_CFLAGS = \
+ $(AM_CFLAGS) $(GNUTLS_CFLAGS)
test_postprocessor_LDADD = \
$(top_builddir)/src/microhttpd/libmicrohttpd.la
@@ -210,6 +212,8 @@ test_postprocessor_amp_SOURCES = \
test_postprocessor_amp.c
test_postprocessor_amp_CPPFLAGS = \
$(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
+test_postprocessor_amp_CFLAGS = \
+ $(AM_CFLAGS) $(GNUTLS_CFLAGS)
test_postprocessor_amp_LDADD = \
$(top_builddir)/src/microhttpd/libmicrohttpd.la
@@ -217,6 +221,8 @@ test_postprocessor_large_SOURCES = \
test_postprocessor_large.c
test_postprocessor_large_CPPFLAGS = \
$(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
+test_postprocessor_large_CFLAGS = \
+ $(AM_CFLAGS) $(GNUTLS_CFLAGS)
test_postprocessor_large_LDADD = \
$(top_builddir)/src/microhttpd/libmicrohttpd.la