Index: trunk/psLib/test/Makefile
===================================================================
--- trunk/psLib/test/Makefile	(revision 1021)
+++ trunk/psLib/test/Makefile	(revision 1041)
@@ -3,6 +3,6 @@
 ##  Makefile:   test
 ##
-##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-14 19:38:06 $
+##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-15 02:45:43 $
 ##
 ##  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
