aboutsummaryrefslogtreecommitdiff
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 9443e52be..e7bccbc06 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -112,6 +112,7 @@ libgnunet_plugin_datastore_postgres_la_SOURCES = \
112 plugin_datastore_postgres.c 112 plugin_datastore_postgres.c
113libgnunet_plugin_datastore_postgres_la_LIBADD = \ 113libgnunet_plugin_datastore_postgres_la_LIBADD = \
114 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 114 $(top_builddir)/src/statistics/libgnunetstatistics.la \
115 $(top_builddir)/src/postgres/libgnunetpostgres.la \
115 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq 116 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq
116libgnunet_plugin_datastore_postgres_la_LDFLAGS = \ 117libgnunet_plugin_datastore_postgres_la_LDFLAGS = \
117 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq 118 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq