From 64a99ed8007e5aec03900a438d6b1cf8552be7e7 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 9 May 2006 15:09:55 +0000 Subject: [PATCH] Oops, headers were already hidden. --- xmltoolingtest/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am index 21ffe27..d8cd904 100644 --- a/xmltoolingtest/Makefile.am +++ b/xmltoolingtest/Makefile.am @@ -14,8 +14,7 @@ else xmlsec_sources = endif -noinst_HEADERS = \ - XMLObjectBaseTestCase.h \ +xmltoolingtest_h = \ ComplexXMLObjectTest.h \ ExceptionTest.h \ KeyInfoTest.h \ @@ -24,6 +23,9 @@ noinst_HEADERS = \ xmltoolingtest.h \ ${xmlsec_sources} +noinst_HEADERS = \ + XMLObjectBaseTestCase.h + nodist_xmltoolingtest_SOURCES = $(xmltoolingtest_h:.h=.cpp) CLEANFILES = $(nodist_xmltoolingtest_SOURCES) -- 2.1.4