aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 22:02:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 22:02:33 +0000
commit14c676e03b45e3d70fca8cd42ce98e85f4b2448c (patch)
tree74b10ca8db48cee4eb64d6d12a32ae248cb85d54 /src/gns
parent78f323a26ba33c640162741d4f44b6996239b0e8 (diff)
downloadgnunet-14c676e03b45e3d70fca8cd42ce98e85f4b2448c.tar.gz
gnunet-14c676e03b45e3d70fca8cd42ce98e85f4b2448c.zip
-make build conditional on MHD
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index e91014021..0fff05a4e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -46,8 +46,7 @@ lib_LTLIBRARIES = \
46 libgnunetgns_common.la 46 libgnunetgns_common.la
47 47
48 48
49if HAVE_MHD 49#if HAVE_MHD
50 DO_FCFSD=gnunet-gns-fcfsd
51if HAVE_GNUTLS 50if HAVE_GNUTLS
52if HAVE_LIBCURL 51if HAVE_LIBCURL
53 DO_PROXY=gnunet-gns-proxy 52 DO_PROXY=gnunet-gns-proxy
@@ -56,7 +55,7 @@ endif
56endif 55endif
57 56
58libexec_PROGRAMS = \ 57libexec_PROGRAMS = \
59 gnunet-service-gns $(DO_FCFSD) \ 58 gnunet-service-gns \
60 $(DO_PROXY) \ 59 $(DO_PROXY) \
61 $(DO_W32_HELPER) \ 60 $(DO_W32_HELPER) \
62 gnunet-dns2gns 61 gnunet-dns2gns