Header fixes.
authorScott Cantor <cantor.2@osu.edu>
Tue, 9 May 2006 15:08:21 +0000 (15:08 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 9 May 2006 15:08:21 +0000 (15:08 +0000)
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)