Explorar o código

test_postprocessor_md: fixed wrong CPPFLAGS

Evgeny Grin (Karlson2k) %!s(int64=5) %!d(string=hai) anos
pai
achega
d880367c4e
Modificáronse 1 ficheiros con 7 adicións e 3 borrados
  1. 7 3
      src/microhttpd/Makefile.am

+ 7 - 3
src/microhttpd/Makefile.am

@@ -296,6 +296,13 @@ test_postprocessor_large_CFLAGS = \
 test_postprocessor_large_LDADD = \
   $(top_builddir)/src/microhttpd/libmicrohttpd.la
 
+test_postprocessor_md_SOURCES = \
+  test_postprocessor_md.c
+test_postprocessor_md_CPPFLAGS = \
+  $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS)
+test_postprocessor_md_CFLAGS = \
+  $(AM_CFLAGS) $(MHD_TLS_LIB_CFLAGS)
+
 test_shutdown_select_SOURCES = \
   test_shutdown_select.c
 if USE_POSIX_THREADS
@@ -341,9 +348,6 @@ test_str_to_value_SOURCES = \
 test_str_token_SOURCES = \
   test_str_token.c mhd_str.c
 
-test_postprocessor_md_SOURCES = \
-  test_postprocessor_md.c
-
 test_http_reasons_SOURCES = \
   test_http_reasons.c \
   reason_phrase.c mhd_str.c mhd_str.h