aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/examples/Makefile.am4
-rw-r--r--src/microhttpd_ws/Makefile.am4
-rw-r--r--src/testcurl/Makefile.am4
-rw-r--r--src/testcurl/https/Makefile.am4
-rw-r--r--src/testzzuf/Makefile.am4
5 files changed, 20 insertions, 0 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 7946745a..e22fe7ed 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -18,6 +18,10 @@ if USE_COVERAGE
18 AM_CFLAGS += --coverage 18 AM_CFLAGS += --coverage
19endif 19endif
20 20
21$(top_builddir)/src/microhttpd/libmicrohttpd.la: $(top_builddir)/src/microhttpd/Makefile
22 @echo ' cd $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la'; \
23 $(am__cd) $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la
24
21 25
22# example programs 26# example programs
23noinst_PROGRAMS = \ 27noinst_PROGRAMS = \
diff --git a/src/microhttpd_ws/Makefile.am b/src/microhttpd_ws/Makefile.am
index 16612506..3ce8a9fe 100644
--- a/src/microhttpd_ws/Makefile.am
+++ b/src/microhttpd_ws/Makefile.am
@@ -5,6 +5,10 @@ AM_CPPFLAGS = \
5 5
6AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) 6AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS)
7 7
8$(top_builddir)/src/microhttpd/libmicrohttpd.la: $(top_builddir)/src/microhttpd/Makefile
9 @echo ' cd $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la'; \
10 $(am__cd) $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la
11
8noinst_DATA = 12noinst_DATA =
9MOSTLYCLEANFILES = 13MOSTLYCLEANFILES =
10 14
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@
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index d82d04e4..69c6df87 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -20,6 +20,10 @@ LDADD = \
20 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 20 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
21 @LIBCURL@ 21 @LIBCURL@
22 22
23$(top_builddir)/src/microhttpd/libmicrohttpd.la: $(top_builddir)/src/microhttpd/Makefile
24 @echo ' cd $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la'; \
25 $(am__cd) $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) libmicrohttpd.la
26
23EXTRA_DIST = README socat.c 27EXTRA_DIST = README socat.c
24 28
25THREAD_ONLY_TESTS = \ 29THREAD_ONLY_TESTS = \