aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/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/namestore/Makefile.am
parentb7f29be97540eca5c2d5d2c7802849aec87e70c0 (diff)
downloadgnunet-85cc361c21c0e1e45d1f2c0fd2ce7c3ee1e2528c.tar.gz
gnunet-85cc361c21c0e1e45d1f2c0fd2ce7c3ee1e2528c.zip
make some more use of libgnunetpq
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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 = \
179libgnunet_plugin_namestore_postgres_la_LIBADD = \ 179libgnunet_plugin_namestore_postgres_la_LIBADD = \
180 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 180 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
181 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 181 $(top_builddir)/src/postgres/libgnunetpostgres.la \
182 $(top_builddir)/src/pq/libgnunetpq.la \
182 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 183 $(top_builddir)/src/statistics/libgnunetstatistics.la \
183 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 184 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
184 $(LTLIBINTL) 185 $(LTLIBINTL)
@@ -189,8 +190,8 @@ libgnunet_plugin_rest_namestore_la_SOURCES = \
189 plugin_rest_namestore.c 190 plugin_rest_namestore.c
190libgnunet_plugin_rest_namestore_la_LIBADD = \ 191libgnunet_plugin_rest_namestore_la_LIBADD = \
191 libgnunetnamestore.la \ 192 libgnunetnamestore.la \
192 $(top_builddir)/src/rest/libgnunetrest.la \ 193 $(top_builddir)/src/rest/libgnunetrest.la \
193 $(top_builddir)/src/identity/libgnunetidentity.la \ 194 $(top_builddir)/src/identity/libgnunetidentity.la \
194 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 195 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
195 $(LTLIBINTL) -ljansson -lmicrohttpd 196 $(LTLIBINTL) -ljansson -lmicrohttpd
196libgnunet_plugin_rest_namestore_la_LDFLAGS = \ 197libgnunet_plugin_rest_namestore_la_LDFLAGS = \