From 0266efed64df149fd11a73e575be18cf03f36d25 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Jun 2017 23:12:31 +0200 Subject: more work on pq-ification of datacache --- src/datacache/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/datacache/Makefile.am') diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am index 670a64926..602b1d437 100644 --- a/src/datacache/Makefile.am +++ b/src/datacache/Makefile.am @@ -72,6 +72,7 @@ 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 \ $(GN_PLUGIN_LDFLAGS) -lpq -- cgit v1.2.3 From 646c1428a2750c5c4620677eec353788f838c5f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 3 Jun 2017 21:44:20 +0200 Subject: no more need for libgnunetpostgres --- src/datacache/Makefile.am | 1 - src/datacache/plugin_datacache_postgres.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/datacache/Makefile.am') 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" -- cgit v1.2.3