aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-23 09:32:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-23 09:32:28 +0000
commit6be112bbd13b5e6708decbf92f953326ecac8a25 (patch)
treef04cb152144d00df0320a15771c5cf75662c471a /src/gns/Makefile.am
parent688785b0a58478c328a2219033cd7e373b6519ab (diff)
downloadgnunet-6be112bbd13b5e6708decbf92f953326ecac8a25.tar.gz
gnunet-6be112bbd13b5e6708decbf92f953326ecac8a25.zip
-moving from libcurl to libgnurl
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 \