summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-07 12:46:48 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-07 12:46:48 +0100
commit7ad9b4f27f1a8f784e9e5f6699b86c953bdeddf2 (patch)
tree4f95f26f4048a9a6bdfd3b130364b1ad05c31df9
parentb609189ce175edb22d977d1dc679c822b1260bb6 (diff)
downloadexchange-7ad9b4f27f1a8f784e9e5f6699b86c953bdeddf2.tar.gz
exchange-7ad9b4f27f1a8f784e9e5f6699b86c953bdeddf2.tar.bz2
exchange-7ad9b4f27f1a8f784e9e5f6699b86c953bdeddf2.zip
plugins MUST NOT have a libtool version
-rw-r--r--src/extensions/age_restriction/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/extensions/age_restriction/Makefile.am b/src/extensions/age_restriction/Makefile.am
index 548013103..bf5b2f5f5 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 \