aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-16 14:14:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-16 14:14:55 +0000
commitb3a6b98a64dcd4a4cf0da0c65688103f360c5ef4 (patch)
tree4e05442f7fc7425ffc4072c9bea0d316d850a820
parent3a4fd7a1d98a0f16ead70cf7c31df2b082e0e5fb (diff)
downloadgnunet-b3a6b98a64dcd4a4cf0da0c65688103f360c5ef4.tar.gz
gnunet-b3a6b98a64dcd4a4cf0da0c65688103f360c5ef4.zip
-proxy does not build yet
-rw-r--r--src/gns/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index ed4bce568..b03219959 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -51,7 +51,7 @@ if HAVE_GNUTLS
51if HAVE_LIBCURL 51if HAVE_LIBCURL
52# does not compile right now... 52# does not compile right now...
53if HAVE_EXPERIMENTAL 53if HAVE_EXPERIMENTAL
54 DO_PROXY=gnunet-gns-proxy 54# DO_PROXY=gnunet-gns-proxy
55endif 55endif
56endif 56endif
57endif 57endif
@@ -98,14 +98,14 @@ gnunet_dns2gns_DEPENDENCIES = \
98 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 98 $(top_builddir)/src/dns/libgnunetdnsstub.la \
99 libgnunetgns.la 99 libgnunetgns.la
100 100
101gnunet_gns_proxy_SOURCES = \ 101#gnunet_gns_proxy_SOURCES = \
102 gnunet-gns-proxy.c gns_proxy_proto.h 102# gnunet-gns-proxy.c gns_proxy_proto.h
103gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \ 103#gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \
104 $(top_builddir)/src/gns/libgnunetgns.la \ 104# $(top_builddir)/src/gns/libgnunetgns.la \
105 $(top_builddir)/src/util/libgnunetutil.la \ 105# $(top_builddir)/src/util/libgnunetutil.la \
106 $(GN_LIBINTL) 106# $(GN_LIBINTL)
107gnunet_gns_proxy_DEPENDENCIES = \ 107#gnunet_gns_proxy_DEPENDENCIES = \
108 libgnunetgns.la 108# libgnunetgns.la
109 109
110gnunet_gns_helper_service_w32_SOURCES = \ 110gnunet_gns_helper_service_w32_SOURCES = \
111 gnunet-gns-helper-service-w32.c 111 gnunet-gns-helper-service-w32.c