aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-10 11:31:27 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-10 11:31:27 +0100
commit602eecd94aee5a3f90365f59667e86e57615889f (patch)
treef8699d0cbe5c64c3cef848ba7d0d9bd8fbbdb8ee /src/datastore/Makefile.am
parentf729024c3472bbdf6575a1cf193ffe07bb0392af (diff)
downloadgnunet-602eecd94aee5a3f90365f59667e86e57615889f.tar.gz
gnunet-602eecd94aee5a3f90365f59667e86e57615889f.zip
starting conversion of plugin_datastore_sqlite to use libgnunetsq
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 1285020de..9b8cf365f 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -115,6 +115,7 @@ noinst_LTLIBRARIES = \
115libgnunet_plugin_datastore_sqlite_la_SOURCES = \ 115libgnunet_plugin_datastore_sqlite_la_SOURCES = \
116 plugin_datastore_sqlite.c 116 plugin_datastore_sqlite.c
117libgnunet_plugin_datastore_sqlite_la_LIBADD = \ 117libgnunet_plugin_datastore_sqlite_la_LIBADD = \
118 $(top_builddir)/src/sq/libgnunetsq.la \
118 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 119 $(top_builddir)/src/statistics/libgnunetstatistics.la \
119 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ 120 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
120 $(LTLIBINTL) 121 $(LTLIBINTL)