X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMakefile.am;h=d8cd904967176a9ba4f964e7ab6fcd7885476bf5;hb=64a99ed8007e5aec03900a438d6b1cf8552be7e7;hp=21ffe27c3d77f54b17746095a0b72b7a9c939009;hpb=c48d7083f8b84057a01867b334393477cb6eab04;p=shibboleth%2Fcpp-xmltooling.git 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)