gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: plugins MUST NOT have a libtool


From: gnunet
Subject: [taler-exchange] branch master updated: plugins MUST NOT have a libtool version
Date: Thu, 07 Mar 2024 12:46:52 +0100

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 7ad9b4f2 plugins MUST NOT have a libtool version
7ad9b4f2 is described below

commit 7ad9b4f27f1a8f784e9e5f6699b86c953bdeddf2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 7 12:46:48 2024 +0100

    plugins MUST NOT have a libtool version
---
 src/extensions/age_restriction/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/extensions/age_restriction/Makefile.am 
b/src/extensions/age_restriction/Makefile.am
index 54801310..bf5b2f5f 100644
--- a/src/extensions/age_restriction/Makefile.am
+++ b/src/extensions/age_restriction/Makefile.am
@@ -18,13 +18,11 @@ plugin_LTLIBRARIES = \
   libtaler_extension_age_restriction.la
 
 libtaler_extension_age_restriction_la_LDFLAGS = \
-  -version-info 0:0:0 \
+  $(TALER_PLUGIN_LDFLAGS) \
   -no-undefined
 
 libtaler_extension_age_restriction_la_SOURCES = \
   age_restriction.c
-libtaler_extension_age_restriction_la_LDFLAGS = \
-  $(TALER_PLUGIN_LDFLAGS)
 libtaler_extension_age_restriction_la_LIBADD = \
   $(top_builddir)/src/json/libtalerjson.la \
   $(top_builddir)/src/util/libtalerutil.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]