exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

plugins MUST NOT have a libtool version

Diffstat:
Msrc/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 @@ -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 \