From: Scott Cantor Date: Tue, 9 May 2006 15:08:21 +0000 (+0000) Subject: Header fixes. X-Git-Tag: 1.0-alpha1~253 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=c48d7083f8b84057a01867b334393477cb6eab04 Header fixes. --- diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index 27ef988..21ffe27 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -9,12 +9,13 @@ endif if BUILD_XMLSEC xmlsec_sources = \ - Signature.h + SignatureTest.h else xmlsec_sources = endif -xmltoolingtest_h = \ +noinst_HEADERS = \ + XMLObjectBaseTestCase.h \ ComplexXMLObjectTest.h \ ExceptionTest.h \ KeyInfoTest.h \ @@ -23,9 +24,6 @@ xmltoolingtest_h = \ xmltoolingtest.h \ ${xmlsec_sources} -noinst_HEADERS = \ - XMLObjectBaseTestCase.h - nodist_xmltoolingtest_SOURCES = $(xmltoolingtest_h:.h=.cpp) CLEANFILES = $(nodist_xmltoolingtest_SOURCES)