aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-02 09:29:26 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-02 09:29:26 +0000
commitc9b161c04b8e6349bc2e2856c2d2d02aa03bb1f0 (patch)
treec811e5277ac56aced1cfba19ede4bf85df07cc64 /src/datastore/Makefile.am
parentdc2fdbef104fb5a1aa752fd1d5c9e9ab0992c914 (diff)
downloadgnunet-c9b161c04b8e6349bc2e2856c2d2d02aa03bb1f0.tar.gz
gnunet-c9b161c04b8e6349bc2e2856c2d2d02aa03bb1f0.zip
-fix
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