From e31ece78a23dee9373b7f582197af0b8fbe5fa26 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 8 Feb 2024 00:54:55 +0100 Subject: use plugin flags for age restriction plugin --- src/extensions/age_restriction/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/extensions/age_restriction/Makefile.am b/src/extensions/age_restriction/Makefile.am index 85d676538..548013103 100644 --- 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 \ -- cgit v1.2.3