libgnunetpostgres no longer needed here
authorChristian Grothoff <christian@grothoff.org>
Fri, 2 Jun 2017 19:58:27 +0000 (21:58 +0200)
committerChristian Grothoff <christian@grothoff.org>
Fri, 2 Jun 2017 19:58:27 +0000 (21:58 +0200)
src/namestore/Makefile.am
src/namestore/plugin_namestore_postgres.c

index 1b99fcc454777ed64ab46e721a2b29c391eaba9e..4f710e1165d54f498e688321f771d6acfde68c3d 100644 (file)
@@ -199,7 +199,6 @@ libgnunet_plugin_namestore_postgres_la_SOURCES = \
   plugin_namestore_postgres.c
 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 \
index cea205714c338917a90d8effeeeaf9a990b3bf7b..5a607cac5027c03485871864235f89ee80312bde 100644 (file)
@@ -27,7 +27,6 @@
 #include "gnunet_namestore_plugin.h"
 #include "gnunet_namestore_service.h"
 #include "gnunet_gnsrecord_lib.h"
-#include "gnunet_postgres_lib.h"
 #include "gnunet_pq_lib.h"
 #include "namestore.h"