gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: add missing XLIB linkage for cov


From: gnunet
Subject: [taler-merchant] branch master updated: add missing XLIB linkage for coverage
Date: Sat, 01 May 2021 19:45:30 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 9190973c add missing XLIB linkage for coverage
9190973c is described below

commit 9190973cf8e9abdb233ac53ac0d366f3322606a5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 1 19:44:55 2021 +0200

    add missing XLIB linkage for coverage
---
 src/backenddb/Makefile.am | 9 ++++++---
 src/mustach/Makefile.am   | 5 +++--
 src/testing/Makefile.am   | 6 ++++--
 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 \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]