libgnunetpostgres no longer needed here
authorChristian Grothoff <christian@grothoff.org>
Fri, 2 Jun 2017 19:56:24 +0000 (21:56 +0200)
committerChristian Grothoff <christian@grothoff.org>
Fri, 2 Jun 2017 19:56:24 +0000 (21:56 +0200)
src/namecache/Makefile.am
src/namecache/plugin_namecache_postgres.c

index d379b2602ca1a23b4b3052bb9335c725a9b30332..c62ca6a2bf773478dd78e2966d5677693b4f3094 100644 (file)
@@ -133,7 +133,6 @@ libgnunet_plugin_namecache_postgres_la_SOURCES = \
   plugin_namecache_postgres.c
 libgnunet_plugin_namecache_postgres_la_LIBADD = \
   libgnunetnamecache.la  \
-  $(top_builddir)/src/postgres/libgnunetpostgres.la  \
   $(top_builddir)/src/pq/libgnunetpq.la  \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
index 4652900433e738303caef74829950a80627f7c13..3cf11f1d89277392556c23148c7ef39737158e2a 100644 (file)
@@ -27,7 +27,6 @@
 #include "gnunet_namecache_plugin.h"
 #include "gnunet_namecache_service.h"
 #include "gnunet_gnsrecord_lib.h"
-#include "gnunet_postgres_lib.h"
 #include "gnunet_pq_lib.h"
 #include "namecache.h"