aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-08 13:00:59 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-08 13:00:59 +0000
commitb458b5eb0c54e835f5b3295a900159955fc13d60 (patch)
treee81729b12fba40b153fc61adb5e0012c5f33649c /src/gns
parente8873dc5416be83562492309893b6eb30b30af8f (diff)
downloadgnunet-b458b5eb0c54e835f5b3295a900159955fc13d60.tar.gz
gnunet-b458b5eb0c54e835f5b3295a900159955fc13d60.zip
-needs curl
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index d4fcb6bfe..3907d87b3 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -49,9 +49,11 @@ lib_LTLIBRARIES = \
49if HAVE_MHD 49if HAVE_MHD
50 DO_FCFSD=gnunet-gns-fcfsd 50 DO_FCFSD=gnunet-gns-fcfsd
51if HAVE_GNUTLS 51if HAVE_GNUTLS
52if HAVE_LIBCURL
52 DO_PROXY=gnunet-gns-proxy 53 DO_PROXY=gnunet-gns-proxy
53endif 54endif
54endif 55endif
56endif
55 57
56libexec_PROGRAMS = \ 58libexec_PROGRAMS = \
57 gnunet-service-gns $(DO_FCFSD) \ 59 gnunet-service-gns $(DO_FCFSD) \