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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 87de3c9b..5292593f 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -233,7 +233,7 @@ test_upgrade_LDADD = \
233 $(PTHREAD_LIBS) 233 $(PTHREAD_LIBS)
234 234
235test_upgrade_large_SOURCES = \ 235test_upgrade_large_SOURCES = \
236 test_upgrade_large.c test_helpers.h mhd_sockets.h 236 test_upgrade_large.c test_helpers.h mhd_sockets.h mhd_sockets.c mhd_itc.h mhd_itc_types.h mhd_itc.c
237test_upgrade_large_CPPFLAGS = \ 237test_upgrade_large_CPPFLAGS = \
238 $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) 238 $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS)
239test_upgrade_large_CFLAGS = \ 239test_upgrade_large_CFLAGS = \
@@ -259,7 +259,7 @@ test_upgrade_tls_LDADD = \
259 $(PTHREAD_LIBS) 259 $(PTHREAD_LIBS)
260 260
261test_upgrade_large_tls_SOURCES = \ 261test_upgrade_large_tls_SOURCES = \
262 test_upgrade_large.c test_helpers.h mhd_sockets.h 262 test_upgrade_large.c test_helpers.h mhd_sockets.h mhd_sockets.c mhd_itc.h mhd_itc_types.h mhd_itc.c
263test_upgrade_large_tls_CPPFLAGS = \ 263test_upgrade_large_tls_CPPFLAGS = \
264 $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) 264 $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS)
265test_upgrade_large_tls_CFLAGS = \ 265test_upgrade_large_tls_CFLAGS = \