gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: no more need for libgnunetp


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: no more need for libgnunetpostgres
Date: Sat, 03 Jun 2017 21:44:22 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 646c1428a no more need for libgnunetpostgres
646c1428a is described below

commit 646c1428a2750c5c4620677eec353788f838c5f8
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jun 3 21:44:20 2017 +0200

    no more need for libgnunetpostgres
---
 src/datacache/Makefile.am                 | 1 -
 src/datacache/plugin_datacache_postgres.c | 1 -
 2 files changed, 2 deletions(-)

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"
 

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



reply via email to

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