X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2FMakefile.am;h=5b628cb6fec5af5a2add4c42378730235b5f3b0d;hp=a779fe756712a661bbb240d092187a866c4d512d;hb=7b2379b0581ae09769029861b9bc351e95fed799;hpb=d00cec546ceda3a1897c82f2c7cb7c4d2e1c2fb7 diff --git a/saml/Makefile.am b/saml/Makefile.am index a779fe7..5b628cb 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -72,7 +72,8 @@ saml1bindinclude_HEADERS = \ saml1/binding/SAML1POSTDecoder.h \ saml1/binding/SAML1POSTEncoder.h \ saml1/binding/SAML1SOAPDecoder.h \ - saml1/binding/SAML1SOAPEncoder.h + saml1/binding/SAML1SOAPEncoder.h \ + saml1/binding/SAML1SOAPClient.h saml2coreinclude_HEADERS = \ saml2/core/Assertions.h \ @@ -128,6 +129,7 @@ libsaml_la_SOURCES = \ saml1/binding/impl/SAML1POSTEncoder.cpp \ saml1/binding/impl/SAML1SOAPDecoder.cpp \ saml1/binding/impl/SAML1SOAPEncoder.cpp \ + saml1/binding/impl/SAML1SOAPClient.cpp \ saml2/core/impl/Assertions20Impl.cpp \ saml2/core/impl/Assertions20SchemaValidators.cpp \ saml2/core/impl/Protocols20Impl.cpp \