X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FMakefile.am;h=fc4c9ed1cfd7ea1fbf525ac9b628970cdc5ade62;hb=4eaa2004613786e02eaf108f5d65ee5eea247889;hp=09daad38e10e5f9da5ffc17e7849b2b6ad9e9e51;hpb=3905eb61129d5ad9fb033a2e2c258650d1f9b408;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/Makefile.am b/saml/Makefile.am index 09daad3..fc4c9ed 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -84,7 +84,6 @@ saml2bindinclude_HEADERS = \ saml2mdinclude_HEADERS = \ saml2/metadata/AbstractMetadataProvider.h \ - saml2/metadata/ChainingMetadataProvider.h \ saml2/metadata/DynamicMetadataProvider.h \ saml2/metadata/EndpointManager.h \ saml2/metadata/Metadata.h \ @@ -181,7 +180,7 @@ libsaml_la_SOURCES = \ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libsaml_la_LDFLAGS = -version-info 4:0:0 +libsaml_la_LDFLAGS = -version-info 4:1:0 install-exec-hook: for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done