X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=xmltooling%2FMakefile.am;fp=xmltooling%2FMakefile.am;h=1a6cf05fc9359a2b088fa62bac5489a8f448227d;hp=d61b2ec95d9a38c3c78c2e08db98a1a84e4f23de;hb=862161ef6283127928bd9307e1a184bf2ea0a6c8;hpb=7ff05fc3ab9187bc51b273cd9d232bb948171e5e diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index d61b2ec..1a6cf05 100644 --- a/xmltooling/Makefile.am +++ b/xmltooling/Makefile.am @@ -32,6 +32,7 @@ libxmltoolinginclude_HEADERS = \ AbstractXMLObject.h \ AttributeExtensibleXMLObject.h \ base.h \ + ConcreteXMLObjectBuilder.h \ config_pub.h \ ElementExtensibleXMLObject.h \ ElementProxy.h \ @@ -126,6 +127,8 @@ xmlsec_sources = \ encryption/impl/Decrypter.cpp \ encryption/impl/EncryptedKeyResolver.cpp \ encryption/impl/Encrypter.cpp \ + encryption/impl/EncryptionImpl.cpp \ + encryption/impl/EncryptionSchemaValidators.cpp \ impl/MemoryStorageService.cpp \ security/impl/AbstractPKIXTrustEngine.cpp \ security/impl/BasicX509Credential.cpp \ @@ -141,6 +144,8 @@ xmlsec_sources = \ security/impl/StaticPKIXTrustEngine.cpp \ security/impl/TrustEngine.cpp \ security/impl/XSECCryptoX509CRL.cpp \ + signature/impl/KeyInfoImpl.cpp \ + signature/impl/KeyInfoSchemaValidators.cpp \ signature/impl/SignatureValidator.cpp \ signature/impl/XMLSecSignatureImpl.cpp \ soap/impl/CURLSOAPTransport.cpp \ @@ -167,15 +172,11 @@ common_sources = \ unicode.cpp \ XMLObjectBuilder.cpp \ XMLToolingConfig.cpp \ - encryption/impl/EncryptionImpl.cpp \ - encryption/impl/EncryptionSchemaValidators.cpp \ impl/AnyElement.cpp \ impl/UnknownElement.cpp \ io/AbstractXMLObjectMarshaller.cpp \ io/AbstractXMLObjectUnmarshaller.cpp \ io/HTTPRequest.cpp \ - signature/impl/KeyInfoImpl.cpp \ - signature/impl/KeyInfoSchemaValidators.cpp \ soap/impl/SOAPClient.cpp \ soap/impl/SOAPImpl.cpp \ soap/impl/SOAPSchemaValidators.cpp \