aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-02 23:12:31 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-02 23:12:31 +0200
commit0266efed64df149fd11a73e575be18cf03f36d25 (patch)
treeedcdaac70ee6b6f018f54127f5523ecfc0e9c17c /src/datacache/Makefile.am
parent70de9f42a397dc5f862355c81a16cb297ad2ee00 (diff)
downloadgnunet-0266efed64df149fd11a73e575be18cf03f36d25.tar.gz
gnunet-0266efed64df149fd11a73e575be18cf03f36d25.zip
more work on pq-ification of datacache
Diffstat (limited to 'src/datacache/Makefile.am')
-rw-r--r--src/datacache/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 670a64926..602b1d437 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -72,6 +72,7 @@ libgnunet_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 \ 74 $(top_builddir)/src/postgres/libgnunetpostgres.la \
75 $(top_builddir)/src/pq/libgnunetpq.la \
75 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 76 $(top_builddir)/src/statistics/libgnunetstatistics.la \
76 $(top_builddir)/src/util/libgnunetutil.la \ 77 $(top_builddir)/src/util/libgnunetutil.la \
77 $(GN_PLUGIN_LDFLAGS) -lpq 78 $(GN_PLUGIN_LDFLAGS) -lpq