summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backenddb/Makefile.am9
-rw-r--r--src/mustach/Makefile.am5
-rw-r--r--src/testing/Makefile.am6
3 files changed, 13 insertions, 7 deletions
diff --git a/src/backenddb/Makefile.am b/src/backenddb/Makefile.am
index edcb62ee..300af69f 100644
--- a/src/backenddb/Makefile.am
+++ b/src/backenddb/Makefile.am
@@ -41,7 +41,8 @@ libtalermerchantdb_la_LIBADD = \
-ltalerutil \
-ltalerpq \
-lgnunetutil \
- -lltdl
+ -lltdl \
+ $(XLIB)
libtalermerchantdb_la_LDFLAGS = \
$(POSTGRESQL_LDFLAGS) \
@@ -61,7 +62,8 @@ libtaler_plugin_merchantdb_postgres_la_LDFLAGS = \
-lgnunetpq \
-lgnunetjson \
-lpq \
- -lgnunetutil $(XLIB)
+ -lgnunetutil \
+ $(XLIB)
if HAVE_POSTGRESQL
if HAVE_GNUNETPQ
@@ -78,7 +80,8 @@ test_merchantdb_postgres_LDFLAGS = \
-ltalerjson \
-lgnunetjson \
-lgnunetutil \
- -ljansson
+ -ljansson \
+ $(XLIB)
test_merchantdb_postgres_LDADD = \
$(top_builddir)/src/backenddb/libtalermerchantdb.la
diff --git a/src/mustach/Makefile.am b/src/mustach/Makefile.am
index a9f6bddf..d4cbb2d9 100644
--- a/src/mustach/Makefile.am
+++ b/src/mustach/Makefile.am
@@ -18,7 +18,8 @@ test_mustach_jansson_SOURCES = \
test_mustach_jansson.c
test_mustach_jansson_LDADD = \
-lgnunetutil \
- libmustach.a
+ libmustach.a \
+ $(XLIB)
check_PROGRAMS = \
test_mustach_jansson
@@ -29,4 +30,4 @@ check_SCRIPTS = \
TESTS = $(check_SCRIPTS) $(check_PROGRAMS)
EXTRA_DIST = \
- $(check_SCRIPTS)
+ $(check_SCRIPTS)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 00623068..b2ec0860 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -112,7 +112,8 @@ test_merchant_api_twisted_LDADD = \
-lgnunetcurl \
-lgnunetutil \
-ljansson \
- -ltalertwister
+ -ltalertwister \
+ $(XLIB)
test_merchant_api_SOURCES = \
test_merchant_api.c
@@ -130,7 +131,8 @@ test_merchant_api_LDADD = \
-lgnunetjson \
-lgnunetcurl \
-lgnunetutil \
- -ljansson
+ -ljansson \
+ $(XLIB)
EXTRA_DIST = \
initialize_taler_system.sh \