aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-06-09 04:46:52 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2013-06-09 04:46:52 +0000
commit62e9ff1328fdffd4e0e40b1c039668f79aece64f (patch)
treec57118aa2aa7197364bc995a5ed78a95e13a7dda /src/dht/Makefile.am
parenta8935d6b9cd972429dc7b84b4d2f3b40896688de (diff)
downloadgnunet-62e9ff1328fdffd4e0e40b1c039668f79aece64f.tar.gz
gnunet-62e9ff1328fdffd4e0e40b1c039668f79aece64f.zip
Add --with-zlib=[DIR] configure option.
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 6bbc19188..305931728 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -12,10 +12,6 @@ libexecdir= $(pkglibdir)/libexec/
12pkgcfg_DATA = \ 12pkgcfg_DATA = \
13 dht.conf 13 dht.conf
14 14
15if HAVE_ZLIB
16 ZLIB_LNK = -lz
17endif
18
19if USE_COVERAGE 15if USE_COVERAGE
20 AM_CFLAGS = --coverage -O0 16 AM_CFLAGS = --coverage -O0
21 XLIB = -lgcov 17 XLIB = -lgcov