aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-26 17:49:46 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-12-26 17:49:46 +0300
commitd880367c4ece0c28eb50905092d94fee909558b9 (patch)
tree0e79b4dd590d84df25cec9cfe76a2634e39ce783
parentd734eb8b5a89c2b4a9f830020411618767556d72 (diff)
downloadlibmicrohttpd-d880367c4ece0c28eb50905092d94fee909558b9.tar.gz
libmicrohttpd-d880367c4ece0c28eb50905092d94fee909558b9.zip
test_postprocessor_md: fixed wrong CPPFLAGS
-rw-r--r--src/microhttpd/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 7a814603..fa83200a 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -296,6 +296,13 @@ test_postprocessor_large_CFLAGS = \
296test_postprocessor_large_LDADD = \ 296test_postprocessor_large_LDADD = \
297 $(top_builddir)/src/microhttpd/libmicrohttpd.la 297 $(top_builddir)/src/microhttpd/libmicrohttpd.la
298 298
299test_postprocessor_md_SOURCES = \
300 test_postprocessor_md.c
301test_postprocessor_md_CPPFLAGS = \
302 $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS)
303test_postprocessor_md_CFLAGS = \
304 $(AM_CFLAGS) $(MHD_TLS_LIB_CFLAGS)
305
299test_shutdown_select_SOURCES = \ 306test_shutdown_select_SOURCES = \
300 test_shutdown_select.c 307 test_shutdown_select.c
301if USE_POSIX_THREADS 308if USE_POSIX_THREADS
@@ -341,9 +348,6 @@ test_str_to_value_SOURCES = \
341test_str_token_SOURCES = \ 348test_str_token_SOURCES = \
342 test_str_token.c mhd_str.c 349 test_str_token.c mhd_str.c
343 350
344test_postprocessor_md_SOURCES = \
345 test_postprocessor_md.c
346
347test_http_reasons_SOURCES = \ 351test_http_reasons_SOURCES = \
348 test_http_reasons.c \ 352 test_http_reasons.c \
349 reason_phrase.c mhd_str.c mhd_str.h 353 reason_phrase.c mhd_str.c mhd_str.h