X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FMakefile.am;h=4453d9f1d74f24a61322dd3c3ded3b3fd9c9d792;hb=4a41cde68061666d69a5f9884b326228bd762840;hp=aed243e6763f93bdb74e74551a47bdfdcaaf0b49;hpb=1358ecc315370a4dc0c02b941195919ca2bbd4c3;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/Makefile.am b/saml/Makefile.am index aed243e..4453d9f 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -90,8 +90,9 @@ saml2mdinclude_HEADERS = \ saml2/metadata/ChainingMetadataProvider.h \ saml2/metadata/EndpointManager.h \ saml2/metadata/Metadata.h \ + saml2/metadata/MetadataCredentialContext.h \ + saml2/metadata/MetadataCredentialCriteria.h \ saml2/metadata/MetadataFilter.h \ - saml2/metadata/MetadataKeyInfoIterator.h \ saml2/metadata/MetadataProvider.h \ saml2/metadata/ObservableMetadataProvider.h @@ -131,6 +132,7 @@ libsaml_la_SOURCES = \ saml1/binding/impl/SAML1MessageRule.cpp \ saml1/profile/AssertionValidator.cpp \ saml1/profile/BrowserSSOProfileValidator.cpp \ + saml2/core/impl/Assertions.cpp \ saml2/core/impl/Assertions20Impl.cpp \ saml2/core/impl/Assertions20SchemaValidators.cpp \ saml2/core/impl/Protocols20Impl.cpp \ @@ -141,7 +143,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 \ @@ -158,8 +159,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/BrowserSSOProfileValidator.cpp \ + saml2/profile/Assertion20Validator.cpp \ + saml2/profile/BrowserSSOProfile20Validator.cpp \ encryption/EncryptedKeyResolver.cpp \ signature/ContentReference.cpp \ signature/SignatureProfileValidator.cpp \