From e92ecf948387d1687a5e772ac86e606b1b6af957 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 18 May 2011 10:23:08 -0400 Subject: Build SSSD plugins without a version number The version is both fake and unused, so we'll stop creating the versioned file and use only the unversioned .so. This is safe to do for now because all of the plugins are built at the same time as the interface. --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 767e67597..3d9393b48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -788,7 +788,7 @@ libsss_ldap_la_LIBADD = \ $(KRB5_LIBS) \ libsss_crypt.la libsss_ldap_la_LDFLAGS = \ - -version-info 1:0:0 \ + -avoid-version \ -module libsss_proxy_la_SOURCES = \ @@ -802,7 +802,7 @@ libsss_proxy_la_CFLAGS = \ libsss_proxy_la_LIBADD = \ $(PAM_LIBS) libsss_proxy_la_LDFLAGS = \ - -version-info 1:0:0 \ + -avoid-version \ -module libsss_simple_la_SOURCES = \ @@ -812,7 +812,7 @@ libsss_simple_la_CFLAGS = \ libsss_simple_la_LIBADD = \ $(PAM_LIBS) libsss_simple_la_LDFLAGS = \ - -version-info 1:0:0 \ + -avoid-version \ -module libsss_krb5_la_SOURCES = \ @@ -837,7 +837,7 @@ libsss_krb5_la_LIBADD = \ $(KEYUTILS_LIBS) \ $(KRB5_LIBS) libsss_krb5_la_LDFLAGS = \ - -version-info 1:0:0 \ + -avoid-version \ -module libsss_ipa_la_SOURCES = \ @@ -887,7 +887,7 @@ libsss_ipa_la_LIBADD = \ $(KRB5_LIBS) \ libsss_crypt.la libsss_ipa_la_LDFLAGS = \ - -version-info 1:0:0 \ + -avoid-version \ -module krb5_child_SOURCES = \ -- cgit