X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=4525b0814631ba39b83b050207bde64b0bd13ec8;hb=9edc32bbe3f1e2b16ba6694bec8fe7a079eb1d16;hp=0e26bc0e99a3543e6367903a29e764fc242ff58d;hpb=ca1f460949384e5dcb07844f1ae261ee64ca3040;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index 0e26bc0..4525b08 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -9,15 +9,18 @@ endif if BUILD_XMLSEC xmlsec_sources = \ - Signature.h + EncryptionTest.h \ + FilesystemCredentialResolverTest.h \ + SignatureTest.h else xmlsec_sources = endif xmltoolingtest_h = \ ComplexXMLObjectTest.h \ + ExceptionTest.h \ + KeyInfoTest.h \ MarshallingTest.h \ - UnknownTest.h \ UnmarshallingTest.h \ xmltoolingtest.h \ ${xmlsec_sources}