aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
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 1ca588926..608fb7770 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -44,6 +44,7 @@ libgnunet_plugin_datastore_sqlite_la_SOURCES = \
44 plugin_datastore_sqlite.c 44 plugin_datastore_sqlite.c
45libgnunet_plugin_datastore_sqlite_la_LIBADD = \ 45libgnunet_plugin_datastore_sqlite_la_LIBADD = \
46 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 46 $(top_builddir)/src/statistics/libgnunetstatistics.la \
47 $(top_builddir)/src/arm/libgnunetarm.la \
47 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 48 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3
48libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \ 49libgnunet_plugin_datastore_sqlite_la_LDFLAGS = \
49 $(GN_PLUGIN_LDFLAGS) 50 $(GN_PLUGIN_LDFLAGS)