aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/Makefile.am')
-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