X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FMakefile.am;h=5444b1aed76b7418062a7a19bae2d03f523c281c;hb=f3a43f14f9dd53428f9e879bb489d6a4cf2674a8;hp=3ad4d768a42365cfb3951441dd9766165f62b57f;hpb=197bcbae7339bc779bc5780882d11fdeb45f8223;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/Makefile.am b/saml/Makefile.am index 3ad4d76..5444b1a 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -90,13 +90,14 @@ saml2mdinclude_HEADERS = \ saml2/metadata/ChainingMetadataProvider.h \ saml2/metadata/EndpointManager.h \ saml2/metadata/Metadata.h \ + saml2/metadata/MetadataCredentialCriteria.h \ saml2/metadata/MetadataFilter.h \ - saml2/metadata/MetadataKeyInfoIterator.h \ saml2/metadata/MetadataProvider.h \ saml2/metadata/ObservableMetadataProvider.h saml2profinclude_HEADERS = \ - saml2/profile/AssertionValidator.h + saml2/profile/AssertionValidator.h \ + saml2/profile/BrowserSSOProfileValidator.h noinst_HEADERS = \ internal.h @@ -140,7 +141,6 @@ libsaml_la_SOURCES = \ saml2/metadata/impl/MetadataImpl.cpp \ saml2/metadata/impl/MetadataProvider.cpp \ saml2/metadata/impl/MetadataSchemaValidators.cpp \ - saml2/metadata/impl/ObservableMetadataProvider.cpp \ saml2/metadata/impl/SignatureMetadataFilter.cpp \ saml2/metadata/impl/WhitelistMetadataFilter.cpp \ saml2/metadata/impl/XMLMetadataProvider.cpp \ @@ -157,7 +157,8 @@ libsaml_la_SOURCES = \ saml2/binding/impl/SAML2SOAPEncoder.cpp \ saml2/binding/impl/SAML2SOAPClient.cpp \ saml2/binding/impl/SAML2MessageRule.cpp \ - saml2/profile/AssertionValidator.cpp \ + saml2/profile/Assertion20Validator.cpp \ + saml2/profile/BrowserSSOProfile20Validator.cpp \ encryption/EncryptedKeyResolver.cpp \ signature/ContentReference.cpp \ signature/SignatureProfileValidator.cpp \