gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: add missing XLIB linkage for coverag


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

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

grothoff pushed a commit to branch master
in repository sync.

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

commit 7be03cd089eae7eb4cef3a5fda01947379e0fafd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 1 19:43:23 2021 +0200

    add missing XLIB linkage for coverage
---
 src/syncdb/Makefile.am  | 12 ++++++++----
 src/testing/Makefile.am |  3 ++-
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am
index 6007260..8e56d6c 100644
--- a/src/syncdb/Makefile.am
+++ b/src/syncdb/Makefile.am
@@ -25,7 +25,8 @@ sync_dbinit_LDADD = \
   $(top_builddir)/src/util/libsyncutil.la \
   libsyncdb.la \
   -ltalerutil \
-  -lgnunetutil
+  -lgnunetutil \
+  $(XLIB)
 
 lib_LTLIBRARIES = \
   libsyncdb.la
@@ -35,7 +36,8 @@ libsyncdb_la_LIBADD = \
   $(top_builddir)/src/util/libsyncutil.la \
   -lgnunetpq \
   -lpq \
-  -lgnunetutil
+  -lgnunetutil \
+  $(XLIB)
 libsyncdb_la_LDFLAGS = \
    $(POSTGRESQL_LDFLAGS) \
    -version-info 0:0:0 \
@@ -50,7 +52,8 @@ libsync_plugin_db_postgres_la_LDFLAGS = \
   -lgnunetpq \
   -lpq \
   -ltalerpq \
-  -lgnunetutil $(XLIB)
+  -lgnunetutil \
+  $(XLIB)
 
 check_PROGRAMS = \
  $(TESTS)
@@ -62,7 +65,8 @@ test_sync_db_postgres_LDFLAGS = \
   libsyncdb.la \
   -lgnunetutil \
   -lgnunetpq \
-  -ltalerutil
+  -ltalerutil \
+  $(XLIB)
 
 TESTS = \
   test_sync_db-postgres
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 06d01d8..328cc42 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -58,4 +58,5 @@ test_sync_api_LDADD = \
   -lgnunetjson \
   -lgnunetcurl \
   -lgnunetutil \
-  -ljansson
+  -ljansson \
+  $(XLIB)

-- 
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]