aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-12 17:11:04 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-12 17:11:04 +0100
commit2d72c24ec455b75728d2dcc4b4e7c6f3ab59d7fc (patch)
tree4b9c55d7e401715481693573ec05d24ea55bad17 /src/namestore
parent48510e67c596abe400cfca758888fc73d4966e31 (diff)
downloadgnunet-2d72c24ec455b75728d2dcc4b4e7c6f3ab59d7fc.tar.gz
gnunet-2d72c24ec455b75728d2dcc4b4e7c6f3ab59d7fc.zip
migrating namecache to use SQ lib
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index e9b0f179a..de46e9c89 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -189,6 +189,7 @@ libgnunet_plugin_namestore_sqlite_la_SOURCES = \
189 plugin_namestore_sqlite.c 189 plugin_namestore_sqlite.c
190libgnunet_plugin_namestore_sqlite_la_LIBADD = \ 190libgnunet_plugin_namestore_sqlite_la_LIBADD = \
191 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 191 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
192 $(top_builddir)/src/sq/libgnunetsq.la \
192 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 193 $(top_builddir)/src/statistics/libgnunetstatistics.la \
193 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ 194 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
194 $(LTLIBINTL) 195 $(LTLIBINTL)