aboutsummaryrefslogtreecommitdiff
path: root/src/testspdy/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:40:50 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:40:50 +0000
commit41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280 (patch)
tree1cf252b4647b7699d3ac1828906af33480a04b52 /src/testspdy/Makefile.am
parentf0316a499cde1bb0e3b655ea2a451032c34df005 (diff)
downloadlibmicrohttpd-41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280.tar.gz
libmicrohttpd-41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280.zip
Remove PlibC from autotools files
Diffstat (limited to 'src/testspdy/Makefile.am')
-rw-r--r--src/testspdy/Makefile.am5
1 files changed, 0 insertions, 5 deletions
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 \