aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-06 10:50:52 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-06 10:50:52 +0000
commitb630c46912a5cae5b6133e50d6c2276fa1deea1f (patch)
tree56e2d1a4eeca4d68581036d68be18acbe7fe12e6 /src/testzzuf
parent980a8ac8448b552ebc5f2407b0172ad55c125e9c (diff)
downloadlibmicrohttpd-b630c46912a5cae5b6133e50d6c2276fa1deea1f.tar.gz
libmicrohttpd-b630c46912a5cae5b6133e50d6c2276fa1deea1f.zip
Update usage of libcurl and libgnutls compiler flags, allow correct compilation with "--with-gnutls=prefix"
Diffstat (limited to 'src/testzzuf')
-rw-r--r--src/testzzuf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index 99a1485e..dd023093 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -5,7 +5,8 @@ if USE_COVERAGE
5endif 5endif
6 6
7 7
8AM_CPPFLAGS = -I$(top_srcdir)/src/include 8AM_CPPFLAGS = -I$(top_srcdir)/src/include \
9 $(LIBCURL_CPPFLAGS)
9 10
10EXTRA_DIST = README socat.c 11EXTRA_DIST = README socat.c
11 12