From: Christian Grothoff Date: Fri, 2 Jun 2017 19:56:24 +0000 (+0200) Subject: libgnunetpostgres no longer needed here X-Git-Tag: gnunet-0.11.0rc0~264 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=52eed82a7470238406b6e4da3f0d3848dfa6f2cf;p=oweals%2Fgnunet.git libgnunetpostgres no longer needed here --- diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am index d379b2602..c62ca6a2b 100644 --- a/src/namecache/Makefile.am +++ b/src/namecache/Makefile.am @@ -133,7 +133,6 @@ libgnunet_plugin_namecache_postgres_la_SOURCES = \ plugin_namecache_postgres.c libgnunet_plugin_namecache_postgres_la_LIBADD = \ libgnunetnamecache.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/namecache/plugin_namecache_postgres.c b/src/namecache/plugin_namecache_postgres.c index 465290043..3cf11f1d8 100644 --- a/src/namecache/plugin_namecache_postgres.c +++ b/src/namecache/plugin_namecache_postgres.c @@ -27,7 +27,6 @@ #include "gnunet_namecache_plugin.h" #include "gnunet_namecache_service.h" #include "gnunet_gnsrecord_lib.h" -#include "gnunet_postgres_lib.h" #include "gnunet_pq_lib.h" #include "namecache.h"