Browse Source

libgnunetpostgres no longer needed here

Christian Grothoff 7 years ago
parent
commit
52eed82a74
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/namecache/Makefile.am
  2. 0 1
      src/namecache/plugin_namecache_postgres.c

+ 0 - 1
src/namecache/Makefile.am

@@ -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 \

+ 0 - 1
src/namecache/plugin_namecache_postgres.c

@@ -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"