aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-02 21:58:27 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-02 21:58:27 +0200
commit70de9f42a397dc5f862355c81a16cb297ad2ee00 (patch)
treecb86177e26f194fabdae503e9e168493063ae392 /src/namestore/Makefile.am
parent52eed82a7470238406b6e4da3f0d3848dfa6f2cf (diff)
downloadgnunet-70de9f42a397dc5f862355c81a16cb297ad2ee00.tar.gz
gnunet-70de9f42a397dc5f862355c81a16cb297ad2ee00.zip
libgnunetpostgres no longer needed here
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 1b99fcc45..4f710e116 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -199,7 +199,6 @@ libgnunet_plugin_namestore_postgres_la_SOURCES = \
199 plugin_namestore_postgres.c 199 plugin_namestore_postgres.c
200libgnunet_plugin_namestore_postgres_la_LIBADD = \ 200libgnunet_plugin_namestore_postgres_la_LIBADD = \
201 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 201 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
202 $(top_builddir)/src/postgres/libgnunetpostgres.la \
203 $(top_builddir)/src/pq/libgnunetpq.la \ 202 $(top_builddir)/src/pq/libgnunetpq.la \
204 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 203 $(top_builddir)/src/statistics/libgnunetstatistics.la \
205 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 204 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \