aboutsummaryrefslogtreecommitdiff
path: root/src/namecache/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namecache/Makefile.am')
-rw-r--r--src/namecache/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 89d7bffee..d379b2602 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -121,6 +121,7 @@ libgnunet_plugin_namecache_sqlite_la_SOURCES = \
121 plugin_namecache_sqlite.c 121 plugin_namecache_sqlite.c
122libgnunet_plugin_namecache_sqlite_la_LIBADD = \ 122libgnunet_plugin_namecache_sqlite_la_LIBADD = \
123 libgnunetnamecache.la \ 123 libgnunetnamecache.la \
124 $(top_builddir)/src/sq/libgnunetsq.la \
124 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 125 $(top_builddir)/src/statistics/libgnunetstatistics.la \
125 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ 126 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
126 $(LTLIBINTL) 127 $(LTLIBINTL)
@@ -172,4 +173,3 @@ EXTRA_DIST = \
172 test_plugin_namecache_sqlite.conf \ 173 test_plugin_namecache_sqlite.conf \
173 test_plugin_namecache_postgres.conf \ 174 test_plugin_namecache_postgres.conf \
174 test_plugin_namecache_flat.conf 175 test_plugin_namecache_flat.conf
175