aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-07 22:05:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-07 22:05:53 +0000
commit22941cd1b63afa6db6f6b71028f2a30be8fb1b5c (patch)
tree5c515a77ff2cf2c6793c69e5ff8f653cedf33baf /src/testzzuf
parent35d4603ed1f6ce1b03071d2cc9e037a6830a7a43 (diff)
downloadlibmicrohttpd-22941cd1b63afa6db6f6b71028f2a30be8fb1b5c.tar.gz
libmicrohttpd-22941cd1b63afa6db6f6b71028f2a30be8fb1b5c.zip
-fix reactivating plibc
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 6c908339..2b72f404 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