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.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index c70fb605..9e0bb7a4 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -374,11 +374,9 @@ test_postprocessor_large_LDADD = \
374 $(builddir)/libmicrohttpd.la 374 $(builddir)/libmicrohttpd.la
375 375
376test_postprocessor_md_SOURCES = \ 376test_postprocessor_md_SOURCES = \
377 test_postprocessor_md.c 377 test_postprocessor_md.c postprocessor.h postprocessor.c \
378test_postprocessor_md_CPPFLAGS = \ 378 internal.h internal.c mhd_str.h mhd_str.c \
379 $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) 379 mhd_panic.h mhd_panic.c
380test_postprocessor_md_CFLAGS = \
381 $(AM_CFLAGS) $(MHD_TLS_LIB_CFLAGS)
382 380
383test_shutdown_select_SOURCES = \ 381test_shutdown_select_SOURCES = \
384 test_shutdown_select.c 382 test_shutdown_select.c