aboutsummaryrefslogtreecommitdiff
path: root/src/namecache/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-02-06 17:33:40 +0000
committerChristian Grothoff <christian@grothoff.org>2016-02-06 17:33:40 +0000
commit85cc361c21c0e1e45d1f2c0fd2ce7c3ee1e2528c (patch)
tree26e0c875d6db9f2fa792c9703fcea532589e521f /src/namecache/Makefile.am
parentb7f29be97540eca5c2d5d2c7802849aec87e70c0 (diff)
downloadgnunet-85cc361c21c0e1e45d1f2c0fd2ce7c3ee1e2528c.tar.gz
gnunet-85cc361c21c0e1e45d1f2c0fd2ce7c3ee1e2528c.zip
make some more use of libgnunetpq
Diffstat (limited to 'src/namecache/Makefile.am')
-rw-r--r--src/namecache/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 9ab04aad5..cb4559552 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -133,6 +133,7 @@ libgnunet_plugin_namecache_postgres_la_SOURCES = \
133libgnunet_plugin_namecache_postgres_la_LIBADD = \ 133libgnunet_plugin_namecache_postgres_la_LIBADD = \
134 libgnunetnamecache.la \ 134 libgnunetnamecache.la \
135 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 135 $(top_builddir)/src/postgres/libgnunetpostgres.la \
136 $(top_builddir)/src/pq/libgnunetpq.la \
136 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 137 $(top_builddir)/src/statistics/libgnunetstatistics.la \
137 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 138 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
138 $(LTLIBINTL) 139 $(LTLIBINTL)