Index: branches/rel1/psLib/test/Makefile
===================================================================
--- branches/rel1/psLib/test/Makefile	(revision 1038)
+++ branches/rel1/psLib/test/Makefile	(revision 1043)
@@ -3,6 +3,6 @@
 ##  Makefile:   test
 ##
-##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-14 19:38:06 $
+##  $Revision: 1.5.2.1 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-15 03:09:20 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -47,5 +47,5 @@
 
 libpstest.$(DLL): $(SRC_OBJS)
-	$(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o $@  
+	$(CC) $(LDFLAGS_DLL) -L../lib -lpslib $(SRC_OBJS) -o $@  
 
 # Define PHONY target "install" which will install necessary files
