From 6be112bbd13b5e6708decbf92f953326ecac8a25 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 23 Oct 2013 09:32:28 +0000 Subject: -moving from libcurl to libgnurl --- src/gns/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns/Makefile.am') 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 = \ if HAVE_MHD if HAVE_GNUTLS -if HAVE_LIBCURL +if HAVE_LIBGNURL # DO_PROXY=gnunet-gns-proxy endif endif @@ -119,7 +119,7 @@ gnunet_dns2gns_DEPENDENCIES = \ gnunet_gns_proxy_SOURCES = \ gnunet-gns-proxy.c -gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \ +gnunet_gns_proxy_LDADD = -lmicrohttpd -lgnurl -lgnutls \ $(top_builddir)/src/gns/libgnunetgns.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/util/libgnunetutil.la \ -- cgit v1.2.3