summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-17 11:16:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-17 11:16:38 +0000
commite2bfb8f7ce648be8e3596ea0c7aa86f5c0fbff4d (patch)
tree5baa3ce35ca8caca64a84bf1207fe7e6e3738beb /src/gns/Makefile.am
parent684911088a8dc43d871bc05a718317afe69eb85a (diff)
downloadgnunet-e2bfb8f7ce648be8e3596ea0c7aa86f5c0fbff4d.tar.gz
gnunet-e2bfb8f7ce648be8e3596ea0c7aa86f5c0fbff4d.zip
-more code cleanup
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index ed3d57e5e..81c7fed17 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -101,7 +101,7 @@ gnunet_dns2gns_DEPENDENCIES = \
101 libgnunetgns.la 101 libgnunetgns.la
102 102
103gnunet_gns_proxy_SOURCES = \ 103gnunet_gns_proxy_SOURCES = \
104 gnunet-gns-proxy.c gns_proxy_proto.h 104 gnunet-gns-proxy.c
105gnunet_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/identity/libgnunetidentity.la \ 107 $(top_builddir)/src/identity/libgnunetidentity.la \