Index: trunk/psLib/src/sys/psTrace.c
===================================================================
--- trunk/psLib/src/sys/psTrace.c	(revision 11449)
+++ trunk/psLib/src/sys/psTrace.c	(revision 11520)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-31 00:38:46 $
+ *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-01 02:44:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -42,5 +42,7 @@
 #endif
 
-#ifndef PS_NO_TRACE
+// Even if psLib is being built without tracing (PS_NO_TRACE is set) we still
+// want to build the symbols for programs linked against psLib
+#undef PS_NO_TRACE
 
 #include <unistd.h>
@@ -806,5 +808,2 @@
     return out;
 }
-
-
-#endif // #ifndef PS_NO_TRACE
