aboutsummaryrefslogtreecommitdiff
path: root/src/plugin/namecache/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin/namecache/Makefile.am')
-rw-r--r--src/plugin/namecache/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugin/namecache/Makefile.am b/src/plugin/namecache/Makefile.am
index bf8fc9b8d..980aeebe6 100644
--- a/src/plugin/namecache/Makefile.am
+++ b/src/plugin/namecache/Makefile.am
@@ -86,19 +86,16 @@ libgnunet_plugin_namecache_postgres_la_LDFLAGS = \
86test_plugin_namecache_flat_SOURCES = \ 86test_plugin_namecache_flat_SOURCES = \
87 test_plugin_namecache.c 87 test_plugin_namecache.c
88test_plugin_namecache_flat_LDADD = \ 88test_plugin_namecache_flat_LDADD = \
89 $(top_builddir)/src/service/testing/libgnunettesting.la \
90 $(top_builddir)/src/lib/util/libgnunetutil.la 89 $(top_builddir)/src/lib/util/libgnunetutil.la
91 90
92test_plugin_namecache_sqlite_SOURCES = \ 91test_plugin_namecache_sqlite_SOURCES = \
93 test_plugin_namecache.c 92 test_plugin_namecache.c
94test_plugin_namecache_sqlite_LDADD = \ 93test_plugin_namecache_sqlite_LDADD = \
95 $(top_builddir)/src/service/testing/libgnunettesting.la \
96 $(top_builddir)/src/lib/util/libgnunetutil.la 94 $(top_builddir)/src/lib/util/libgnunetutil.la
97 95
98test_plugin_namecache_postgres_SOURCES = \ 96test_plugin_namecache_postgres_SOURCES = \
99 test_plugin_namecache.c 97 test_plugin_namecache.c
100test_plugin_namecache_postgres_LDADD = \ 98test_plugin_namecache_postgres_LDADD = \
101 $(top_builddir)/src/service/testing/libgnunettesting.la \
102 $(top_builddir)/src/lib/util/libgnunetutil.la 99 $(top_builddir)/src/lib/util/libgnunetutil.la
103 100
104EXTRA_DIST = \ 101EXTRA_DIST = \