Index: trunk/psLib/test/sys/Makefile.am
===================================================================
--- trunk/psLib/test/sys/Makefile.am	(revision 4547)
+++ trunk/psLib/test/sys/Makefile.am	(revision 4549)
@@ -1,3 +1,3 @@
-#Makefile for mathtypes tests
+#Makefile for sys tests
 #
 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
@@ -12,11 +12,11 @@
 	tst_psTrace
 
-tst_psImage_SOURCES =  tst_psImage.c
-tst_psScalar_SOURCES =  tst_psScalar.c
-tst_psVector_SOURCES =  tst_psVector.c
-tst_psVectorSort_01_SOURCES =  tst_psVectorSort_01.c
-tst_psVectorSort_02_SOURCES =  tst_psVectorSort_02.c
-tst_psVectorSort_03_SOURCES =  tst_psVectorSort_03.c
-tst_psVectorSort_04_SOURCES =  tst_psVectorSort_04.c
+tst_psAbort_SOURCES =  tst_psAbort.c
+tst_psConfigure_SOURCES =  tst_psConfigure.c
+tst_psError_SOURCES =  tst_psError.c
+tst_psLogMsg_SOURCES =  tst_psLogMsg.c
+tst_psMemory_SOURCES =  tst_psMemory.c
+tst_psString_SOURCES =  tst_psString.c
+tst_psTrace_SOURCES =  tst_psTrace.c
 
 check_DATA =
