diff options
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r-- | src/microhttpd/Makefile.am | 4 |
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 | ||
235 | test_upgrade_large_SOURCES = \ | 235 | test_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 |
237 | test_upgrade_large_CPPFLAGS = \ | 237 | test_upgrade_large_CPPFLAGS = \ |
238 | $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) | 238 | $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) |
239 | test_upgrade_large_CFLAGS = \ | 239 | test_upgrade_large_CFLAGS = \ |
@@ -259,7 +259,7 @@ test_upgrade_tls_LDADD = \ | |||
259 | $(PTHREAD_LIBS) | 259 | $(PTHREAD_LIBS) |
260 | 260 | ||
261 | test_upgrade_large_tls_SOURCES = \ | 261 | test_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 |
263 | test_upgrade_large_tls_CPPFLAGS = \ | 263 | test_upgrade_large_tls_CPPFLAGS = \ |
264 | $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) | 264 | $(AM_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) |
265 | test_upgrade_large_tls_CFLAGS = \ | 265 | test_upgrade_large_tls_CFLAGS = \ |