aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-03 21:44:20 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-03 21:44:20 +0200
commit646c1428a2750c5c4620677eec353788f838c5f8 (patch)
tree46a36ae8b62ec057e5b5ecc99510a8e0078df1aa /src/datacache
parentb56cfa1127b0f4f376ad73c8ecd5622600b1da1c (diff)
downloadgnunet-646c1428a2750c5c4620677eec353788f838c5f8.tar.gz
gnunet-646c1428a2750c5c4620677eec353788f838c5f8.zip
no more need for libgnunetpostgres
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/Makefile.am1
-rw-r--r--src/datacache/plugin_datacache_postgres.c1
2 files changed, 0 insertions, 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 = \
71libgnunet_plugin_datacache_postgres_la_SOURCES = \ 71libgnunet_plugin_datacache_postgres_la_SOURCES = \
72 plugin_datacache_postgres.c 72 plugin_datacache_postgres.c
73libgnunet_plugin_datacache_postgres_la_LIBADD = \ 73libgnunet_plugin_datacache_postgres_la_LIBADD = \
74 $(top_builddir)/src/postgres/libgnunetpostgres.la \
75 $(top_builddir)/src/pq/libgnunetpq.la \ 74 $(top_builddir)/src/pq/libgnunetpq.la \
76 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 75 $(top_builddir)/src/statistics/libgnunetstatistics.la \
77 $(top_builddir)/src/util/libgnunetutil.la \ 76 $(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 @@
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
28#include "gnunet_postgres_lib.h"
29#include "gnunet_pq_lib.h" 28#include "gnunet_pq_lib.h"
30#include "gnunet_datacache_plugin.h" 29#include "gnunet_datacache_plugin.h"
31 30