aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-06 18:01:43 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-06 18:01:43 +0200
commit08912967ec589efc267c1e5d296cf9e25ab1e95c (patch)
tree1b96b88dc9fec9fdd78f5f54af2b671f8cc5ab1e /src/psycstore
parent8f5ab32688caee1758056baa4e52a5a339b931e9 (diff)
downloadgnunet-08912967ec589efc267c1e5d296cf9e25ab1e95c.tar.gz
gnunet-08912967ec589efc267c1e5d296cf9e25ab1e95c.zip
removing dead libgnunetpostgres
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/Makefile.am1
-rw-r--r--src/psycstore/plugin_psycstore_postgres.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index a342c06e6..557bb42b5 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -88,7 +88,6 @@ libgnunet_plugin_psycstore_postgres_la_SOURCES = \
88 plugin_psycstore_postgres.c 88 plugin_psycstore_postgres.c
89libgnunet_plugin_psycstore_postgres_la_LIBADD = \ 89libgnunet_plugin_psycstore_postgres_la_LIBADD = \
90 libgnunetpsycstore.la \ 90 libgnunetpsycstore.la \
91 $(top_builddir)/src/postgres/libgnunetpostgres.la \
92 $(top_builddir)/src/pq/libgnunetpq.la \ 91 $(top_builddir)/src/pq/libgnunetpq.la \
93 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 92 $(top_builddir)/src/statistics/libgnunetstatistics.la \
94 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 93 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
diff --git a/src/psycstore/plugin_psycstore_postgres.c b/src/psycstore/plugin_psycstore_postgres.c
index ef55736fb..de4b6e43f 100644
--- a/src/psycstore/plugin_psycstore_postgres.c
+++ b/src/psycstore/plugin_psycstore_postgres.c
@@ -35,7 +35,6 @@
35#include "gnunet_crypto_lib.h" 35#include "gnunet_crypto_lib.h"
36#include "gnunet_psyc_util_lib.h" 36#include "gnunet_psyc_util_lib.h"
37#include "psycstore.h" 37#include "psycstore.h"
38#include "gnunet_postgres_lib.h"
39#include "gnunet_pq_lib.h" 38#include "gnunet_pq_lib.h"
40 39
41/** 40/**