commit 57e59c69c1196ae882f02f2b9747cdae52491549
parent 095639e421333a22cfd118b8c7be8b9b55ce474d
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 15 Feb 2016 17:27:44 +0100
test for libgnunetpq
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backenddb/Makefile.am b/src/backenddb/Makefile.am
@@ -4,7 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include
plugindir = $(libdir)/taler
if HAVE_POSTGRESQL
-if HAVE_TALERPQ
+if HAVE_GNUNETPQ
plugin_LTLIBRARIES = \
libtaler_plugin_merchantdb_postgres.la
endif
@@ -32,7 +32,7 @@ libtaler_plugin_merchantdb_postgres_la_LIBADD = \
$(LTLIBINTL)
libtaler_plugin_merchantdb_postgres_la_LDFLAGS = \
$(TALER_PLUGIN_LDFLAGS) \
- -ltalerpq \
+ -lgnunetpq \
-ltalerutil \
-lpq \
-lgnunetpostgres \