aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/examples/Makefile.am5
-rw-r--r--src/include/Makefile.am2
-rw-r--r--src/microhttpd/Makefile.am5
-rw-r--r--src/microspdy/Makefile.am5
-rw-r--r--src/spdy2http/Makefile.am5
-rw-r--r--src/testcurl/Makefile.am5
-rw-r--r--src/testcurl/https/Makefile.am5
-rw-r--r--src/testspdy/Makefile.am5
-rw-r--r--src/testzzuf/Makefile.am5
9 files changed, 2 insertions, 40 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index f5fd2be0..f8147bbf 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -1,11 +1,6 @@
1SUBDIRS = . 1SUBDIRS = .
2 2
3if USE_PRIVATE_PLIBC_H
4 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
5endif
6
7AM_CPPFLAGS = \ 3AM_CPPFLAGS = \
8 $(PLIBC_INCLUDE) \
9 -I$(top_srcdir)/src/include \ 4 -I$(top_srcdir)/src/include \
10 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\" 5 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\"
11 6
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index cce55616..66761396 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -1,4 +1,4 @@
1SUBDIRS = plibc . 1SUBDIRS = .
2 2
3if ENABLE_SPDY 3if ENABLE_SPDY
4microspdy = microspdy.h 4microspdy = microspdy.h
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
diff --git a/src/microspdy/Makefile.am b/src/microspdy/Makefile.am
index 1af67a0d..bc480646 100644
--- a/src/microspdy/Makefile.am
+++ b/src/microspdy/Makefile.am
@@ -1,9 +1,4 @@
1if USE_PRIVATE_PLIBC_H
2 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
3endif
4
5AM_CPPFLAGS = \ 1AM_CPPFLAGS = \
6 $(PLIBC_INCLUDE) \
7 -I$(top_srcdir)/src/include \ 2 -I$(top_srcdir)/src/include \
8 -I$(top_srcdir)/src/microspdy 3 -I$(top_srcdir)/src/microspdy
9 4
diff --git a/src/spdy2http/Makefile.am b/src/spdy2http/Makefile.am
index 8b83ee91..4498fba9 100644
--- a/src/spdy2http/Makefile.am
+++ b/src/spdy2http/Makefile.am
@@ -6,12 +6,7 @@ if USE_COVERAGE
6 AM_CFLAGS += -fprofile-arcs -ftest-coverage 6 AM_CFLAGS += -fprofile-arcs -ftest-coverage
7endif 7endif
8 8
9if USE_PRIVATE_PLIBC_H
10 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
11endif
12
13AM_CPPFLAGS = \ 9AM_CPPFLAGS = \
14 $(PLIBC_INCLUDE) \
15 -I$(top_srcdir) \ 10 -I$(top_srcdir) \
16 -I$(top_srcdir)/src/include \ 11 -I$(top_srcdir)/src/include \
17 -I$(top_srcdir)/src/applicationlayer \ 12 -I$(top_srcdir)/src/applicationlayer \
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 33e95d36..627d09a2 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -8,12 +8,7 @@ if ENABLE_HTTPS
8 SUBDIRS += https 8 SUBDIRS += https
9endif 9endif
10 10
11if USE_PRIVATE_PLIBC_H
12 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
13endif
14
15AM_CPPFLAGS = \ 11AM_CPPFLAGS = \
16 $(PLIBC_INCLUDE) \
17-I$(top_srcdir) \ 12-I$(top_srcdir) \
18-I$(top_srcdir)/src/microhttpd \ 13-I$(top_srcdir)/src/microhttpd \
19-I$(top_srcdir)/src/include \ 14-I$(top_srcdir)/src/include \
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index 2051423d..37313343 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -4,12 +4,7 @@ if USE_COVERAGE
4 AM_CFLAGS = --coverage 4 AM_CFLAGS = --coverage
5endif 5endif
6 6
7if USE_PRIVATE_PLIBC_H
8 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
9endif
10
11AM_CPPFLAGS = \ 7AM_CPPFLAGS = \
12 $(PLIBC_INCLUDE) \
13 -I$(top_srcdir)/src/include \ 8 -I$(top_srcdir)/src/include \
14 -I$(top_srcdir)/src/microhttpd \ 9 -I$(top_srcdir)/src/microhttpd \
15 -I$(top_srcdir)/src/platform \ 10 -I$(top_srcdir)/src/platform \
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am
index b7e16fba..769e8bba 100644
--- a/src/testspdy/Makefile.am
+++ b/src/testspdy/Makefile.am
@@ -6,12 +6,7 @@ if USE_COVERAGE
6 AM_CFLAGS += -fprofile-arcs -ftest-coverage 6 AM_CFLAGS += -fprofile-arcs -ftest-coverage
7endif 7endif
8 8
9if USE_PRIVATE_PLIBC_H
10 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
11endif
12
13AM_CPPFLAGS = \ 9AM_CPPFLAGS = \
14 $(PLIBC_INCLUDE) \
15 -I$(top_srcdir) \ 10 -I$(top_srcdir) \
16 -I$(top_srcdir)/src/include \ 11 -I$(top_srcdir)/src/include \
17 -I$(top_srcdir)/src/applicationlayer \ 12 -I$(top_srcdir)/src/applicationlayer \
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index c2fc9dee..99a1485e 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -4,11 +4,8 @@ if USE_COVERAGE
4 AM_CFLAGS = -fprofile-arcs -ftest-coverage 4 AM_CFLAGS = -fprofile-arcs -ftest-coverage
5endif 5endif
6 6
7if USE_PRIVATE_PLIBC_H
8 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
9endif
10 7
11AM_CPPFLAGS = $(PLIBC_INCLUDE) -I$(top_srcdir)/src/include 8AM_CPPFLAGS = -I$(top_srcdir)/src/include
12 9
13EXTRA_DIST = README socat.c 10EXTRA_DIST = README socat.c
14 11