Header fixes.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 9 May 2006 15:08:21 +0000 (15:08 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 9 May 2006 15:08:21 +0000 (15:08 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@93 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltoolingtest/Makefile.am

index 27ef988..21ffe27 100644 (file)
@@ -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)