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 35ab6021..f09c3b12 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -5,7 +5,8 @@ endif
5AM_CPPFLAGS = \ 5AM_CPPFLAGS = \
6 $(PLIBC_INCLUDE) \ 6 $(PLIBC_INCLUDE) \
7 -I$(top_srcdir)/src/include \ 7 -I$(top_srcdir)/src/include \
8 -I$(top_srcdir)/src/microhttpd 8 -I$(top_srcdir)/src/microhttpd \
9 -I$(top_srcdir)/src/platform
9 10
10AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) \ 11AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) \
11 @LIBGCRYPT_CFLAGS@ 12 @LIBGCRYPT_CFLAGS@
@@ -20,7 +21,8 @@ libmicrohttpd_la_SOURCES = \
20 daemon.c \ 21 daemon.c \
21 internal.c internal.h \ 22 internal.c internal.h \
22 memorypool.c memorypool.h \ 23 memorypool.c memorypool.h \
23 response.c response.h 24 response.c response.h \
25 ../platform/platform_interface.h
24libmicrohttpd_la_CPPFLAGS = \ 26libmicrohttpd_la_CPPFLAGS = \
25 $(AM_CPPFLAGS) \ 27 $(AM_CPPFLAGS) \
26 -DBUILDING_MHD_LIB=1 28 -DBUILDING_MHD_LIB=1