From 70de9f42a397dc5f862355c81a16cb297ad2ee00 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Jun 2017 21:58:27 +0200 Subject: [PATCH] libgnunetpostgres no longer needed here --- src/namestore/Makefile.am | 1 - src/namestore/plugin_namestore_postgres.c | 1 - 2 files changed, 2 deletions(-) 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" -- 2.25.1