libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d880367c4ece0c28eb50905092d94fee909558b9
parent d734eb8b5a89c2b4a9f830020411618767556d72
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 26 Dec 2020 17:49:46 +0300

test_postprocessor_md: fixed wrong CPPFLAGS

Diffstat:
Msrc/microhttpd/Makefile.am | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/Makefile.am b/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