From 7ad9b4f27f1a8f784e9e5f6699b86c953bdeddf2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 Mar 2024 12:46:48 +0100 Subject: plugins MUST NOT have a libtool version --- src/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 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 \ -- cgit v1.2.3