aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-16 21:52:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-16 21:52:04 +0000
commitdbc823a07a03e1085172038125b0edf15b0dc6fe (patch)
tree4e7c3bf60ce83e801c69a6566ea36d514b571cba /src/gns/Makefile.am
parenteec0e5088ec9437f5c0cf9d3ffef87603ad2777a (diff)
downloadgnunet-dbc823a07a03e1085172038125b0edf15b0dc6fe.tar.gz
gnunet-dbc823a07a03e1085172038125b0edf15b0dc6fe.zip
-finishing split of namestore into namestore and namecache (#3065) -- in theory; in practice, somehow something broke badly, so the tests are now failing
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 6ee6d02ad..9a2573b91 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -165,6 +165,7 @@ gnunet_service_gns_LDADD = \
165 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 165 $(top_builddir)/src/dns/libgnunetdnsparser.la \
166 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 166 $(top_builddir)/src/dns/libgnunetdnsstub.la \
167 $(top_builddir)/src/dht/libgnunetdht.la \ 167 $(top_builddir)/src/dht/libgnunetdht.la \
168 $(top_builddir)/src/namecache/libgnunetnamecache.la \
168 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 169 $(top_builddir)/src/namestore/libgnunetnamestore.la \
169 $(USE_VPN) \ 170 $(USE_VPN) \
170 $(GN_LIBINTL) 171 $(GN_LIBINTL)