summaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 4ad0ae028..9d08c8ac9 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -147,6 +147,7 @@ libgnunet_plugin_datastore_postgres_la_SOURCES = \
147libgnunet_plugin_datastore_postgres_la_LIBADD = \ 147libgnunet_plugin_datastore_postgres_la_LIBADD = \
148 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 148 $(top_builddir)/src/statistics/libgnunetstatistics.la \
149 $(top_builddir)/src/postgres/libgnunetpostgres.la \ 149 $(top_builddir)/src/postgres/libgnunetpostgres.la \
150 $(top_builddir)/src/pq/libgnunetpq.la \
150 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq 151 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq
151libgnunet_plugin_datastore_postgres_la_LDFLAGS = \ 152libgnunet_plugin_datastore_postgres_la_LDFLAGS = \
152 $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS) 153 $(GN_PLUGIN_LDFLAGS) $(POSTGRESQL_LDFLAGS)