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.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 7dd6ba77..b88e6fa9 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -1,13 +1,8 @@
1if USE_PRIVATE_PLIBC_H
2 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
3endif
4
5if HAVE_W32 1if HAVE_W32
6 W32FUNC_SRC = ../platform/w32functions.c ../platform/w32functions.h 2 W32FUNC_SRC = ../platform/w32functions.c ../platform/w32functions.h
7endif 3endif
8 4
9AM_CPPFLAGS = \ 5AM_CPPFLAGS = \
10 $(PLIBC_INCLUDE) \
11 -I$(top_srcdir)/src/include \ 6 -I$(top_srcdir)/src/include \
12 -I$(top_srcdir)/src/microhttpd \ 7 -I$(top_srcdir)/src/microhttpd \
13 -I$(top_srcdir)/src/platform 8 -I$(top_srcdir)/src/platform