diff options
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r-- | src/microhttpd/Makefile.am | 6 |
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 | ||
3 | AM_CPPFLAGS = \ | 3 | AM_CPPFLAGS = \ |
4 | -I$(top_srcdir)/src/include \ | 4 | -I$(top_srcdir)/src/include \ |
5 | -I$(top_srcdir)/src/microhttpd | 5 | $(CPPFLAGS_ac) |
6 | 6 | ||
7 | AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) | 7 | AM_CFLAGS = $(CFLAGS_ac) $(HIDDEN_VISIBILITY_CFLAGS) |
8 | |||
9 | AM_LDFLAGS = $(LDFLAGS_ac) | ||
8 | 10 | ||
9 | lib_LTLIBRARIES = \ | 11 | lib_LTLIBRARIES = \ |
10 | libmicrohttpd.la | 12 | libmicrohttpd.la |