gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: make dependency explicit


From: gnunet
Subject: [taler-exchange] branch master updated: make dependency explicit
Date: Sat, 24 Sep 2022 19:44:21 +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 071d1920 make dependency explicit
071d1920 is described below

commit 071d1920d0aac4f7c65d6f49e3116536328c1132
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 24 19:44:19 2022 +0200

    make dependency explicit
---
 src/kyclogic/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/kyclogic/Makefile.am b/src/kyclogic/Makefile.am
index 68c41867..95c44db7 100644
--- a/src/kyclogic/Makefile.am
+++ b/src/kyclogic/Makefile.am
@@ -106,9 +106,11 @@ libtaler_plugin_kyclogic_persona_la_SOURCES = \
   plugin_kyclogic_persona.c
 libtaler_plugin_kyclogic_persona_la_LIBADD = \
   $(LTLIBINTL)
+libtaler_plugin_kyclogic_persona_la_DEPENDENCIES = \
+  libtalerkyclogic.la
 libtaler_plugin_kyclogic_persona_la_LDFLAGS = \
   $(TALER_PLUGIN_LDFLAGS) \
-  $(top_builddir)/src/kyclogic/libtalerkyclogic.la \
+  libtalerkyclogic.la \
   $(top_builddir)/src/mhd/libtalermhd.la \
   $(top_builddir)/src/json/libtalerjson.la \
   $(top_builddir)/src/curl/libtalercurl.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]