aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-16 20:14:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-16 20:14:02 +0000
commit3d670727232e79b7e49a1df7ba9260db4e5798a0 (patch)
tree093f7b5aec28134dc6c5fe34cd2d8bfb1e1445ad /src/namecache
parent2de26776993a5e591e487321a5dc1d62b86d9cd4 (diff)
downloadgnunet-3d670727232e79b7e49a1df7ba9260db4e5798a0.tar.gz
gnunet-3d670727232e79b7e49a1df7ba9260db4e5798a0.zip
-moving namestore_common functions to gnsrecord library
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index b8ad9b7fa..162177603 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -75,7 +75,6 @@ bin_PROGRAMS = \
75gnunet_namecache_SOURCES = \ 75gnunet_namecache_SOURCES = \
76 gnunet-namecache.c 76 gnunet-namecache.c
77gnunet_namecache_LDADD = \ 77gnunet_namecache_LDADD = \
78 $(top_builddir)/src/namestore/libgnunetnamestore.la \
79 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 78 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
80 $(top_builddir)/src/util/libgnunetutil.la \ 79 $(top_builddir)/src/util/libgnunetutil.la \
81 libgnunetnamecache.la \ 80 libgnunetnamecache.la \
@@ -90,7 +89,7 @@ gnunet_service_namecache_SOURCES = \
90 gnunet-service-namecache.c 89 gnunet-service-namecache.c
91 90
92gnunet_service_namecache_LDADD = \ 91gnunet_service_namecache_LDADD = \
93 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 92 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
94 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 93 $(top_builddir)/src/statistics/libgnunetstatistics.la \
95 $(top_builddir)/src/util/libgnunetutil.la \ 94 $(top_builddir)/src/util/libgnunetutil.la \
96 libgnunetnamecache.la \ 95 libgnunetnamecache.la \
@@ -139,7 +138,7 @@ libgnunet_plugin_namecache_postgres_la_DEPENDENCIES = \
139test_namecache_api_cache_block_SOURCES = \ 138test_namecache_api_cache_block_SOURCES = \
140 test_namecache_api_cache_block.c 139 test_namecache_api_cache_block.c
141test_namecache_api_cache_block_LDADD = \ 140test_namecache_api_cache_block_LDADD = \
142 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 141 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
143 $(top_builddir)/src/namecache/libgnunetnamecache.la \ 142 $(top_builddir)/src/namecache/libgnunetnamecache.la \
144 $(top_builddir)/src/testing/libgnunettesting.la \ 143 $(top_builddir)/src/testing/libgnunettesting.la \
145 $(top_builddir)/src/util/libgnunetutil.la 144 $(top_builddir)/src/util/libgnunetutil.la