aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 18691572..ba52b740 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -2,9 +2,11 @@
2 2
3AM_CPPFLAGS = \ 3AM_CPPFLAGS = \
4 -I$(top_srcdir)/src/include \ 4 -I$(top_srcdir)/src/include \
5 -I$(top_srcdir)/src/microhttpd 5 $(CPPFLAGS_ac)
6 6
7AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) 7AM_CFLAGS = $(CFLAGS_ac) $(HIDDEN_VISIBILITY_CFLAGS)
8
9AM_LDFLAGS = $(LDFLAGS_ac)
8 10
9lib_LTLIBRARIES = \ 11lib_LTLIBRARIES = \
10 libmicrohttpd.la 12 libmicrohttpd.la