aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/Makefile.am
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/Makefile.am
parentb56cfa1127b0f4f376ad73c8ecd5622600b1da1c (diff)
downloadgnunet-646c1428a2750c5c4620677eec353788f838c5f8.tar.gz
gnunet-646c1428a2750c5c4620677eec353788f838c5f8.zip
no more need for libgnunetpostgres
Diffstat (limited to 'src/datacache/Makefile.am')
-rw-r--r--src/datacache/Makefile.am1
1 files changed, 0 insertions, 1 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 \