aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl')
-rw-r--r--src/testcurl/Makefile.am4
-rw-r--r--src/testcurl/https/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index e0f8d275..cc685d3b 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -29,6 +29,10 @@ LDADD = \
29 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 29 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
30 @LIBCURL@ 30 @LIBCURL@
31 31
32$(top_builddir)/src/microhttpd/libmicrohttpd.la: $(top_builddir)/src/microhttpd/Makefile
33 @echo ' cd $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la'; \
34 $(am__cd) $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la
35
32THREAD_ONLY_TESTS = \ 36THREAD_ONLY_TESTS = \
33 test_urlparse \ 37 test_urlparse \
34 test_long_header \ 38 test_long_header \
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index 324a5314..f07ecebc 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -22,6 +22,10 @@ if USE_COVERAGE
22 AM_CFLAGS += --coverage 22 AM_CFLAGS += --coverage
23endif 23endif
24 24
25$(top_builddir)/src/microhttpd/libmicrohttpd.la: $(top_builddir)/src/microhttpd/Makefile
26 @echo ' cd $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la'; \
27 $(am__cd) $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la
28
25LDADD = \ 29LDADD = \
26 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 30 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
27 $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@ 31 $(MHD_TLS_LIB_LDFLAGS) $(MHD_TLS_LIBDEPS) @LIBGCRYPT_LIBS@ @LIBCURL@