aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd_ws/Makefile.am
diff options
context:
space:
mode:
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