summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-08 00:54:55 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-08 00:54:55 +0100
commite31ece78a23dee9373b7f582197af0b8fbe5fa26 (patch)
tree9ed807735897d0d8eb770e4f819913a8a21c61c1 /src
parenta22658d53b90685d5275b43a1a7e716045c44a1c (diff)
downloadexchange-e31ece78a23dee9373b7f582197af0b8fbe5fa26.tar.gz
exchange-e31ece78a23dee9373b7f582197af0b8fbe5fa26.tar.bz2
exchange-e31ece78a23dee9373b7f582197af0b8fbe5fa26.zip
use plugin flags for age restriction plugin
Diffstat (limited to 'src')
-rw-r--r--src/extensions/age_restriction/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \