From c48d7083f8b84057a01867b334393477cb6eab04 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 9 May 2006 15:08:21 +0000 Subject: [PATCH] Header fixes. --- xmltoolingtest/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) -- 2.1.4