From: Christian Grothoff Date: Fri, 2 Jun 2017 19:58:27 +0000 (+0200) Subject: libgnunetpostgres no longer needed here X-Git-Tag: gnunet-0.11.0rc0~263 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=70de9f42a397dc5f862355c81a16cb297ad2ee00;p=oweals%2Fgnunet.git libgnunetpostgres no longer needed here --- diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 1b99fcc45..4f710e116 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -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 \ diff --git a/src/namestore/plugin_namestore_postgres.c b/src/namestore/plugin_namestore_postgres.c index cea205714..5a607cac5 100644 --- a/src/namestore/plugin_namestore_postgres.c +++ b/src/namestore/plugin_namestore_postgres.c @@ -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"