aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
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 d97a4b48c..75c3d0133 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -49,7 +49,7 @@ lib_LTLIBRARIES = \
49 49
50if HAVE_MHD 50if HAVE_MHD
51if HAVE_GNUTLS 51if HAVE_GNUTLS
52if HAVE_LIBCURL 52if HAVE_LIBGNURL
53# DO_PROXY=gnunet-gns-proxy 53# DO_PROXY=gnunet-gns-proxy
54endif 54endif
55endif 55endif
@@ -119,7 +119,7 @@ gnunet_dns2gns_DEPENDENCIES = \
119 119
120gnunet_gns_proxy_SOURCES = \ 120gnunet_gns_proxy_SOURCES = \
121 gnunet-gns-proxy.c 121 gnunet-gns-proxy.c
122gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \ 122gnunet_gns_proxy_LDADD = -lmicrohttpd -lgnurl -lgnutls \
123 $(top_builddir)/src/gns/libgnunetgns.la \ 123 $(top_builddir)/src/gns/libgnunetgns.la \
124 $(top_builddir)/src/identity/libgnunetidentity.la \ 124 $(top_builddir)/src/identity/libgnunetidentity.la \
125 $(top_builddir)/src/util/libgnunetutil.la \ 125 $(top_builddir)/src/util/libgnunetutil.la \