From: Christian Grothoff Date: Sat, 3 Jun 2017 19:44:20 +0000 (+0200) Subject: no more need for libgnunetpostgres X-Git-Tag: gnunet-0.11.0rc0~259 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=646c1428a2750c5c4620677eec353788f838c5f8;p=oweals%2Fgnunet.git no more need for libgnunetpostgres --- diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am index 602b1d437..898b51563 100644 --- a/src/datacache/Makefile.am +++ b/src/datacache/Makefile.am @@ -71,7 +71,6 @@ libgnunet_plugin_datacache_heap_la_LDFLAGS = \ libgnunet_plugin_datacache_postgres_la_SOURCES = \ plugin_datacache_postgres.c libgnunet_plugin_datacache_postgres_la_LIBADD = \ - $(top_builddir)/src/postgres/libgnunetpostgres.la \ $(top_builddir)/src/pq/libgnunetpq.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c index ce469a9ed..c99f5fd68 100644 --- a/src/datacache/plugin_datacache_postgres.c +++ b/src/datacache/plugin_datacache_postgres.c @@ -25,7 +25,6 @@ */ #include "platform.h" #include "gnunet_util_lib.h" -#include "gnunet_postgres_lib.h" #include "gnunet_pq_lib.h" #include "gnunet_datacache_plugin.h"