summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-16 12:54:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-16 12:54:32 +0000
commit7429585cc4950501ae4f2348e5a13c8e0b4332e0 (patch)
treee67cdd27943c900b66cdb4c64d54ddeb530c88ba /src/gns/Makefile.am
parent9ae1afe31607cbfba772976f793008c65fb1a08e (diff)
downloadgnunet-7429585cc4950501ae4f2348e5a13c8e0b4332e0.tar.gz
gnunet-7429585cc4950501ae4f2348e5a13c8e0b4332e0.zip
-ftbfs
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 2fcbd821a..ed3d57e5e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -49,7 +49,7 @@ if HAVE_GNUTLS
49if HAVE_LIBCURL 49if HAVE_LIBCURL
50# does not compile right now... 50# does not compile right now...
51if HAVE_EXPERIMENTAL 51if HAVE_EXPERIMENTAL
52# DO_PROXY=gnunet-gns-proxy 52 DO_PROXY=gnunet-gns-proxy
53endif 53endif
54endif 54endif
55endif 55endif
@@ -100,14 +100,15 @@ gnunet_dns2gns_DEPENDENCIES = \
100 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 100 $(top_builddir)/src/dns/libgnunetdnsstub.la \
101 libgnunetgns.la 101 libgnunetgns.la
102 102
103#gnunet_gns_proxy_SOURCES = \ 103gnunet_gns_proxy_SOURCES = \
104# gnunet-gns-proxy.c gns_proxy_proto.h 104 gnunet-gns-proxy.c gns_proxy_proto.h
105#gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \ 105gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \
106# $(top_builddir)/src/gns/libgnunetgns.la \ 106 $(top_builddir)/src/gns/libgnunetgns.la \
107# $(top_builddir)/src/util/libgnunetutil.la \ 107 $(top_builddir)/src/identity/libgnunetidentity.la \
108# $(GN_LIBINTL) 108 $(top_builddir)/src/util/libgnunetutil.la \
109#gnunet_gns_proxy_DEPENDENCIES = \ 109 $(GN_LIBINTL)
110# libgnunetgns.la 110gnunet_gns_proxy_DEPENDENCIES = \
111 libgnunetgns.la
111 112
112gnunet_gns_helper_service_w32_SOURCES = \ 113gnunet_gns_helper_service_w32_SOURCES = \
113 gnunet-gns-helper-service-w32.c 114 gnunet-gns-helper-service-w32.c