gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] 04/04: no longer need to link against libg


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 04/04: no longer need to link against libgnunetpostgres
Date: Sun, 04 Jun 2017 01:08:40 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit b94526abfb2faf5854d5ef5ee6682d42c0d7fb6a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 4 01:08:34 2017 +0200

    no longer need to link against libgnunetpostgres
---
 src/backenddb/Makefile.am                  | 1 -
 src/backenddb/plugin_merchantdb_postgres.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backenddb/Makefile.am b/src/backenddb/Makefile.am
index a5adb21..d1478cf 100644
--- 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
index 31b3646..3b3c004 100644
--- 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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]