exchange

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

commit e31ece78a23dee9373b7f582197af0b8fbe5fa26
parent a22658d53b90685d5275b43a1a7e716045c44a1c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  8 Feb 2024 00:54:55 +0100

use plugin flags for age restriction plugin

Diffstat:
Msrc/extensions/age_restriction/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/extensions/age_restriction/Makefile.am b/src/extensions/age_restriction/Makefile.am @@ -23,7 +23,8 @@ libtaler_extension_age_restriction_la_LDFLAGS = \ 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 \