X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FMakefile.am;h=6d59ef0eb859adc119b2ad3039fd40d6e1f7d216;hb=ea52ce369525167404021eaf26b40498ef2e08ea;hp=2bb57f222ff1590c9cdef0cc7f66fd3933eab681;hpb=58ed1144be743e1ebfa0f5081e9185d771e45678;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/Makefile.am b/saml/Makefile.am index 2bb57f2..6d59ef0 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -38,10 +38,6 @@ libsamlinclude_HEADERS = \ samlbindinclude_HEADERS = \ binding/ArtifactMap.h \ - binding/GenericRequest.h \ - binding/GenericResponse.h \ - binding/HTTPRequest.h \ - binding/HTTPResponse.h \ binding/MessageDecoder.h \ binding/MessageEncoder.h \ binding/SAMLArtifact.h \ @@ -90,6 +86,7 @@ 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/MetadataProvider.h \ @@ -131,6 +128,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 \ @@ -157,8 +155,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 \ @@ -173,4 +171,7 @@ libsaml_la_LDFLAGS = -version-info 2:0:0 install-exec-hook: for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done -EXTRA_DIST = saml.vcproj +EXTRA_DIST = saml.vcproj zlib + +dist-hook: + rm -rf `find $(distdir)/zlib -name .svn`