aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-07 06:22:16 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-07 06:22:16 +0000
commit4251a1cd971538db4893c82c31920273c2199386 (patch)
treeaf0f89f29063d18bd4ac9820a932760da957cfde /src/testzzuf
parent81464b301a53bd915195aedb3b449ac38e03b06f (diff)
downloadlibmicrohttpd-4251a1cd971538db4893c82c31920273c2199386.tar.gz
libmicrohttpd-4251a1cd971538db4893c82c31920273c2199386.zip
Part 1 of 2 - Remove PlibC from autotools files.
Diffstat (limited to 'src/testzzuf')
-rw-r--r--src/testzzuf/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index 2b72f404..6c908339 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -4,11 +4,7 @@ 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 7INCLUDES = -I$(top_srcdir)/src/include
8 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
9endif
10
11INCLUDES = $(PLIBC_INCLUDE) -I$(top_srcdir)/src/include
12 8
13EXTRA_DIST = README socat.c 9EXTRA_DIST = README socat.c
14 10