aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-11-04 12:07:01 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-11-06 15:01:19 +0300
commit1ffe7932df675100f7260393c24f307b83fa95b4 (patch)
tree5258e74c13c27199ffbe020664a80518f6cead83 /src/testcurl/Makefile.am
parent099b50e44a6e3813256349516d1f87953a7bda47 (diff)
downloadlibmicrohttpd-1ffe7932df675100f7260393c24f307b83fa95b4.tar.gz
libmicrohttpd-1ffe7932df675100f7260393c24f307b83fa95b4.zip
Tests and examples: added rule to (re-)build libmicrohttpd.la
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am4
1 files changed, 4 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 \