aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-02 21:56:24 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-02 21:56:24 +0200
commit52eed82a7470238406b6e4da3f0d3848dfa6f2cf (patch)
treea393a51fd30491d4f8cf98f2b3984da40d92df1c /src/namecache
parentbd7ec7c4f3d2de2d12c15576b2cb2cafce2f0d34 (diff)
downloadgnunet-52eed82a7470238406b6e4da3f0d3848dfa6f2cf.tar.gz
gnunet-52eed82a7470238406b6e4da3f0d3848dfa6f2cf.zip
libgnunetpostgres no longer needed here
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/Makefile.am1
-rw-r--r--src/namecache/plugin_namecache_postgres.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index d379b2602..c62ca6a2b 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -133,7 +133,6 @@ libgnunet_plugin_namecache_postgres_la_SOURCES = \
133 plugin_namecache_postgres.c 133 plugin_namecache_postgres.c
134libgnunet_plugin_namecache_postgres_la_LIBADD = \ 134libgnunet_plugin_namecache_postgres_la_LIBADD = \
135 libgnunetnamecache.la \ 135 libgnunetnamecache.la \
136 $(top_builddir)/src/postgres/libgnunetpostgres.la \
137 $(top_builddir)/src/pq/libgnunetpq.la \ 136 $(top_builddir)/src/pq/libgnunetpq.la \
138 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 137 $(top_builddir)/src/statistics/libgnunetstatistics.la \
139 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 138 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
diff --git a/src/namecache/plugin_namecache_postgres.c b/src/namecache/plugin_namecache_postgres.c
index 465290043..3cf11f1d8 100644
--- a/src/namecache/plugin_namecache_postgres.c
+++ b/src/namecache/plugin_namecache_postgres.c
@@ -27,7 +27,6 @@
27#include "gnunet_namecache_plugin.h" 27#include "gnunet_namecache_plugin.h"
28#include "gnunet_namecache_service.h" 28#include "gnunet_namecache_service.h"
29#include "gnunet_gnsrecord_lib.h" 29#include "gnunet_gnsrecord_lib.h"
30#include "gnunet_postgres_lib.h"
31#include "gnunet_pq_lib.h" 30#include "gnunet_pq_lib.h"
32#include "namecache.h" 31#include "namecache.h"
33 32