Index: trunk/psLib/test/sys/Makefile.am
===================================================================
--- trunk/psLib/test/sys/Makefile.am	(revision 7210)
+++ trunk/psLib/test/sys/Makefile.am	(revision 7880)
@@ -11,5 +11,6 @@
 	tst_psMemory \
 	tst_psString \
-	tst_psTrace
+	tst_psTrace \
+	tap_psStringSubstitute
 
 tst_psAbort_SOURCES =  tst_psAbort.c
@@ -20,4 +21,7 @@
 tst_psString_SOURCES =  tst_psString.c
 tst_psTrace_SOURCES =  tst_psTrace.c
+
+tap_psStringSubstitute_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/test/tap/src
+tap_psStringSubstitute_LDFLAGS 	= $(AM_LDFLAGS) $(top_builddir)/test/tap/src/libtap.la
 
 check_DATA =
