X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=43146740b7b7855ee2f219ab9ff31ecfe176d829;hb=5cb314df178f78c6fa7b9826c2c5a5298ec7a473;hp=c3243c9c7014b606efc26146e191a627960e7656;hpb=676c0279ec7584dbb046c84ed9768c726afc009d;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index c3243c9..4314674 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -7,12 +7,26 @@ else bin_PROGRAMS = endif +if BUILD_XMLSEC +xmlsec_sources = \ + EncryptionTest.h \ + FilesystemCredentialResolverTest.h \ + InlineKeyResolverTest.h \ + SignatureTest.h +else +xmlsec_sources = +endif + xmltoolingtest_h = \ ComplexXMLObjectTest.h \ + ExceptionTest.h \ + KeyInfoTest.h \ MarshallingTest.h \ - UnknownTest.h \ + MemoryStorageServiceTest.h \ UnmarshallingTest.h \ - xmltoolingtest.h + TemplateEngineTest.h \ + xmltoolingtest.h \ + ${xmlsec_sources} noinst_HEADERS = \ XMLObjectBaseTestCase.h