summaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 7783506e9..2ab1942ee 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -99,7 +99,8 @@ libgnunet_plugin_namestore_sqlite_la_SOURCES = \
99libgnunet_plugin_namestore_sqlite_la_LIBADD = \ 99libgnunet_plugin_namestore_sqlite_la_LIBADD = \
100 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 100 $(top_builddir)/src/namestore/libgnunetnamestore.la \
101 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 101 $(top_builddir)/src/statistics/libgnunetstatistics.la \
102 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 102 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
103 $(LTLIBINTL)
103libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \ 104libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \
104 $(GN_PLUGIN_LDFLAGS) 105 $(GN_PLUGIN_LDFLAGS)
105libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \ 106libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \