aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 12:21:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 12:21:37 +0000
commitdf4dca8f012516777e5c97d1936c723041c02276 (patch)
tree59c14e783808c541fe834283653d5e6dbad92409 /src/gns/Makefile.am
parent675fd226541178e8261519d719e9f336d7e7f2a6 (diff)
downloadgnunet-df4dca8f012516777e5c97d1936c723041c02276.tar.gz
gnunet-df4dca8f012516777e5c97d1936c723041c02276.zip
-leave out proxy for now, as long as libcurl is not patched
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 33804ee48..fcd966dd7 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -47,14 +47,14 @@ lib_LTLIBRARIES = \
47if HAVE_MHD 47if HAVE_MHD
48if HAVE_GNUTLS 48if HAVE_GNUTLS
49if HAVE_LIBCURL 49if HAVE_LIBCURL
50 DO_PROXY=gnunet-gns-proxy 50# DO_PROXY=gnunet-gns-proxy
51endif 51endif
52endif 52endif
53endif 53endif
54 54
55# $(DO_PROXY)
55libexec_PROGRAMS = \ 56libexec_PROGRAMS = \
56 gnunet-service-gns \ 57 gnunet-service-gns \
57 $(DO_PROXY) \
58 $(DO_W32_HELPER) \ 58 $(DO_W32_HELPER) \
59 gnunet-dns2gns 59 gnunet-dns2gns
60 60