aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-19 12:10:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-19 12:10:50 +0000
commit72b1990a0c442377b94a5c4ac096d67a19d4927a (patch)
treeb336434cff50325e03b306dbb2e2129600ad42a2 /src/testzzuf
parent02dc5b39a1e27c94cedb5a8db622788d8873df59 (diff)
downloadlibmicrohttpd-72b1990a0c442377b94a5c4ac096d67a19d4927a.tar.gz
libmicrohttpd-72b1990a0c442377b94a5c4ac096d67a19d4927a.zip
move plibc to prefer system-wide plibc.h over our version
Diffstat (limited to 'src/testzzuf')
-rw-r--r--src/testzzuf/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index 42bc2fdc..a50c9e3a 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -4,7 +4,11 @@ if USE_COVERAGE
4 AM_CFLAGS = -fprofile-arcs -ftest-coverage 4 AM_CFLAGS = -fprofile-arcs -ftest-coverage
5endif 5endif
6 6
7INCLUDES = -I$(top_srcdir)/src/include 7if USE_PRIVATE_PLIBC_H
8 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
9endif
10
11INCLUDES = $(PLIBC_INCLUDE) -I$(top_srcdir)/src/include
8 12
9EXTRA_DIST = README socat.c 13EXTRA_DIST = README socat.c
10 14