aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd_ws/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/microhttpd_ws/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/microhttpd_ws/Makefile.am')
-rw-r--r--src/microhttpd_ws/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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