aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/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/testzzuf/Makefile.am
parentf0316a499cde1bb0e3b655ea2a451032c34df005 (diff)
downloadlibmicrohttpd-41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280.tar.gz
libmicrohttpd-41e5c4888a6e5a87dfcd75f4b76e6e6f2e6cb280.zip
Remove PlibC from autotools files
Diffstat (limited to 'src/testzzuf/Makefile.am')
-rw-r--r--src/testzzuf/Makefile.am5
1 files changed, 1 insertions, 4 deletions
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