X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2FMakefile.am;h=9a7a5da1a96c7cf62c1e7ad63d3ddc111dc085a8;hp=8183f96861195a907d3a85731deadeb24c17db77;hb=daf3f79d9624614fb13ca7f618c9fe5742392a3e;hpb=419ab2b18ad0b8f18f70af7cbbd05a64f5704a98 diff --git a/saml/Makefile.am b/saml/Makefile.am index 8183f96..9a7a5da 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -18,12 +18,16 @@ saml1bindincludedir = $(includedir)/saml/saml1/binding saml1coreincludedir = $(includedir)/saml/saml1/core +saml1profincludedir = $(includedir)/saml/saml1/profile + saml2bindincludedir = $(includedir)/saml/saml2/binding saml2coreincludedir = $(includedir)/saml/saml2/core saml2mdincludedir = $(includedir)/saml/saml2/metadata +saml2profincludedir = $(includedir)/saml/saml2/profile + libsamlinclude_HEADERS = \ Assertion.h \ base.h \ @@ -68,6 +72,9 @@ saml1bindinclude_HEADERS = \ saml1/binding/SAMLArtifactType0002.h \ saml1/binding/SAML1SOAPClient.h +saml1profinclude_HEADERS = \ + saml1/profile/AssertionValidator.h + saml2coreinclude_HEADERS = \ saml2/core/Assertions.h \ saml2/core/Protocols.h @@ -88,6 +95,9 @@ saml2mdinclude_HEADERS = \ saml2/metadata/MetadataProvider.h \ saml2/metadata/ObservableMetadataProvider.h +saml2profinclude_HEADERS = \ + saml2/profile/AssertionValidator.h + noinst_HEADERS = \ internal.h @@ -119,6 +129,7 @@ libsaml_la_SOURCES = \ saml1/binding/impl/SAML1SOAPEncoder.cpp \ saml1/binding/impl/SAML1SOAPClient.cpp \ saml1/binding/impl/SAML1MessageRule.cpp \ + saml1/profile/AssertionValidator.cpp \ saml2/core/impl/Assertions20Impl.cpp \ saml2/core/impl/Assertions20SchemaValidators.cpp \ saml2/core/impl/Protocols20Impl.cpp \ @@ -146,6 +157,7 @@ libsaml_la_SOURCES = \ saml2/binding/impl/SAML2SOAPEncoder.cpp \ saml2/binding/impl/SAML2SOAPClient.cpp \ saml2/binding/impl/SAML2MessageRule.cpp \ + saml2/profile/AssertionValidator.cpp \ encryption/EncryptedKeyResolver.cpp \ signature/ContentReference.cpp \ signature/SignatureProfileValidator.cpp \