commit b94526abfb2faf5854d5ef5ee6682d42c0d7fb6a
parent 5d0c4c686d8db89dc75feb75974957ad79462ec3
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 Jun 2017 01:08:34 +0200
no longer need to link against libgnunetpostgres
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/backenddb/Makefile.am b/src/backenddb/Makefile.am
@@ -38,7 +38,6 @@ libtaler_plugin_merchantdb_postgres_la_LDFLAGS = \
-ltalerutil \
-ltalerjson \
-lpq \
- -lgnunetpostgres \
-lgnunetutil $(XLIB)
if HAVE_POSTGRESQL
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
@@ -22,7 +22,7 @@
*/
#include "platform.h"
#include <gnunet/gnunet_util_lib.h>
-#include <gnunet/gnunet_postgres_lib.h>
+#include <gnunet/gnunet_pq_lib.h>
#include <taler/taler_util.h>
#include <taler/taler_pq_lib.h>
#include <taler/taler_json_lib.h>