gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: -fix linker issues
Date: Sat, 24 Sep 2022 19:35:29 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit f2217c0f0171a9952e3e9bc20eeddecd1c68ef5b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 24 19:35:26 2022 +0200

    -fix linker issues
---
 src/kyclogic/Makefile.am | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/kyclogic/Makefile.am b/src/kyclogic/Makefile.am
index 280eda33..68c41867 100644
--- a/src/kyclogic/Makefile.am
+++ b/src/kyclogic/Makefile.am
@@ -28,6 +28,9 @@ libtalerkyclogic_la_LIBADD = \
   $(top_builddir)/src/util/libtalerutil.la \
   -lgnunetutil \
   $(XLIB)
+libtalerkyclogic_la_LDFLAGS = \
+  -version-info 0:0:0 \
+  -no-undefined
 
 
 bin_PROGRAMS = \
@@ -72,10 +75,14 @@ libtaler_plugin_kyclogic_oauth2_la_LIBADD = \
   $(LTLIBINTL)
 libtaler_plugin_kyclogic_oauth2_la_LDFLAGS = \
   $(TALER_PLUGIN_LDFLAGS) \
+  $(top_builddir)/src/mhd/libtalermhd.la \
   $(top_builddir)/src/json/libtalerjson.la \
   $(top_builddir)/src/util/libtalerutil.la \
+  -lgnunetcurl \
+  -lgnunetjson \
   -lgnunetutil \
   -ljansson \
+  -lcurl \
   $(XLIB)
 
 libtaler_plugin_kyclogic_kycaid_la_SOURCES = \
@@ -84,9 +91,12 @@ libtaler_plugin_kyclogic_kycaid_la_LIBADD = \
   $(LTLIBINTL)
 libtaler_plugin_kyclogic_kycaid_la_LDFLAGS = \
   $(TALER_PLUGIN_LDFLAGS) \
+  $(top_builddir)/src/mhd/libtalermhd.la \
   $(top_builddir)/src/json/libtalerjson.la \
   $(top_builddir)/src/curl/libtalercurl.la \
   $(top_builddir)/src/util/libtalerutil.la \
+  -lgnunetcurl \
+  -lgnunetjson \
   -lgnunetutil \
   -ljansson \
   -lcurl \
@@ -98,10 +108,14 @@ libtaler_plugin_kyclogic_persona_la_LIBADD = \
   $(LTLIBINTL)
 libtaler_plugin_kyclogic_persona_la_LDFLAGS = \
   $(TALER_PLUGIN_LDFLAGS) \
-  libtalerkyclogic.la \
+  $(top_builddir)/src/kyclogic/libtalerkyclogic.la \
+  $(top_builddir)/src/mhd/libtalermhd.la \
   $(top_builddir)/src/json/libtalerjson.la \
   $(top_builddir)/src/curl/libtalercurl.la \
+  $(top_builddir)/src/templating/libtalertemplating.la \
   $(top_builddir)/src/util/libtalerutil.la \
+  -lgnunetcurl \
+  -lgnunetjson \
   -lgnunetutil \
   -ljansson \
   -lcurl \

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