gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: fix linker issues


From: gnunet
Subject: [taler-donau] branch master updated: fix linker issues
Date: Fri, 12 Jan 2024 19:02:29 +0100

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

grothoff pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 775e3c2  fix linker issues
775e3c2 is described below

commit 775e3c225cf1a8eba97dc3a5f285bb17d35615fd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 12 18:02:24 2024 +0100

    fix linker issues
---
 src/donaudb/Makefile.am | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/donaudb/Makefile.am b/src/donaudb/Makefile.am
index 282383a..c8a5abf 100644
--- a/src/donaudb/Makefile.am
+++ b/src/donaudb/Makefile.am
@@ -92,19 +92,17 @@ libtaler_plugin_donaudb_postgres_la_SOURCES = \
 
 
 libtaler_plugin_donaudb_postgres_la_LIBADD = \
-  $(LTLIBINTL)
-libtaler_plugin_donaudb_postgres_la_LDFLAGS = \
-  $(TALER_PLUGIN_LDFLAGS)  \
+  $(LTLIBINTL) \
   $(top_builddir)/src/util/libdonauutil.la \
-  -ltalerjson \
+  -ltalerpq \
   -ltalerutil \
   -lgnunetpq \
   -lgnunetutil \
   -lpq \
-  -ltalerpq \
-  -ljansson \
-  -lpthread \
   $(XLIB)
+libtaler_plugin_donaudb_postgres_la_LDFLAGS = \
+  $(TALER_PLUGIN_LDFLAGS)
+
 
 lib_LTLIBRARIES = \
   libdonaudb.la

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