Index: trunk/psLib/test/dataManip/Makefile
===================================================================
--- trunk/psLib/test/dataManip/Makefile	(revision 730)
+++ trunk/psLib/test/dataManip/Makefile	(revision 759)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-19 01:52:07 $
+##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-24 21:04:06 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,6 @@
 PSLIB_LIB_DIR = ../../lib
 
-TARGET = tst_psStats00 \
+TARGET = tst_psMatrix01 \
+         tst_psStats00 \
          tst_psStats01 \
          tst_psStats02 \
@@ -24,4 +25,5 @@
 all: $(TARGET)
 
+tst_psMatrix01:         tst_psMatrix01.o
 tst_psStats00:		tst_psStats00.o
 tst_psStats01:		tst_psStats01.o
@@ -38,5 +40,5 @@
 
 %   : %.o
-	$(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $<
+	$(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<
 
 %.lint: %.c
