diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-07 12:46:48 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-07 12:46:48 +0100 |
commit | 7ad9b4f27f1a8f784e9e5f6699b86c953bdeddf2 (patch) | |
tree | 4f95f26f4048a9a6bdfd3b130364b1ad05c31df9 /src | |
parent | b609189ce175edb22d977d1dc679c822b1260bb6 (diff) |
plugins MUST NOT have a libtool version
Diffstat (limited to 'src')
-rw-r--r-- | src/extensions/age_restriction/Makefile.am | 4 |
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 \ |