From 85cc361c21c0e1e45d1f2c0fd2ce7c3ee1e2528c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Feb 2016 17:33:40 +0000 Subject: make some more use of libgnunetpq --- src/namestore/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/namestore/Makefile.am') diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 62d433a11..887dea4ed 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -179,6 +179,7 @@ libgnunet_plugin_namestore_postgres_la_SOURCES = \ libgnunet_plugin_namestore_postgres_la_LIBADD = \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ $(top_builddir)/src/postgres/libgnunetpostgres.la \ + $(top_builddir)/src/pq/libgnunetpq.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ $(LTLIBINTL) @@ -189,8 +190,8 @@ libgnunet_plugin_rest_namestore_la_SOURCES = \ plugin_rest_namestore.c libgnunet_plugin_rest_namestore_la_LIBADD = \ libgnunetnamestore.la \ - $(top_builddir)/src/rest/libgnunetrest.la \ - $(top_builddir)/src/identity/libgnunetidentity.la \ + $(top_builddir)/src/rest/libgnunetrest.la \ + $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ $(LTLIBINTL) -ljansson -lmicrohttpd libgnunet_plugin_rest_namestore_la_LDFLAGS = \ -- cgit v1.2.3