Index: /trunk/psLib/test/mathtypes/Makefile.am
===================================================================
--- /trunk/psLib/test/mathtypes/Makefile.am	(revision 10808)
+++ /trunk/psLib/test/mathtypes/Makefile.am	(revision 10809)
@@ -2,4 +2,5 @@
 AM_CPPFLAGS = \
 	$(SRCINC) \
+	-I$(top_srcdir)/src/mathtypes \
 	-I$(top_srcdir)/test/tap/src \
 	-I$(top_srcdir)/test/pstap/src \
@@ -13,6 +14,12 @@
 
 TEST_PROGS = \
-	tap_psVector \
-	tap_psImageInterpolate
+	tap_psScalar \
+	tap_psImage \
+	tap_psImageInterpolate \
+	tap_psVectorSort_01 \
+	tap_psVectorSort_02 \
+	tap_psVectorSort_03 \
+	tap_psVectorSort_04 \
+	tap_psVector
 
 if BUILD_TESTS
