aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2014-04-17 23:44:37 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2014-04-17 23:44:37 +0000
commit214ff64d6c40131b273532bf8cff154faf669cff (patch)
treea7952a51ae7cf4bfb8008dcdfafcca647925f3b4 /src/gns/Makefile.am
parentd1747c6a270ecf83e1ac609bdd20dd1229654a09 (diff)
downloadgnunet-214ff64d6c40131b273532bf8cff154faf669cff.tar.gz
gnunet-214ff64d6c40131b273532bf8cff154faf669cff.zip
Use configured location of libgnurl.
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 4a3df78d9..6699931c0 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -140,7 +140,8 @@ gnunet_dns2gns_DEPENDENCIES = \
140 140
141gnunet_gns_proxy_SOURCES = \ 141gnunet_gns_proxy_SOURCES = \
142 gnunet-gns-proxy.c 142 gnunet-gns-proxy.c
143gnunet_gns_proxy_LDADD = -lmicrohttpd -lgnurl -lgnutls \ 143gnunet_gns_proxy_CPPFLAGS = $(AM_CPPFLAGS) $(LIBGNURL_CPPFLAGS)
144gnunet_gns_proxy_LDADD = -lmicrohttpd $(LIBGNURL) -lgnutls \
144 $(top_builddir)/src/gns/libgnunetgns.la \ 145 $(top_builddir)/src/gns/libgnunetgns.la \
145 $(top_builddir)/src/identity/libgnunetidentity.la \ 146 $(top_builddir)/src/identity/libgnunetidentity.la \
146 $(top_builddir)/src/util/libgnunetutil.la \ 147 $(top_builddir)/src/util/libgnunetutil.la \