Index: trunk/psLib/src/Makefile.Globals
===================================================================
--- trunk/psLib/src/Makefile.Globals	(revision 3058)
+++ trunk/psLib/src/Makefile.Globals	(revision 3115)
@@ -6,6 +6,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.39 $  $Name: not supported by cvs2svn $
-##  $Date: 2005-01-19 01:53:09 $
+##  $Revision: 1.40 $  $Name: not supported by cvs2svn $
+##  $Date: 2005-02-03 00:54:10 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -50,5 +50,5 @@
 
 ifndef PS_LIB_VERSION
-    export PS_LIB_VERSION = rel4
+    export PS_LIB_VERSION = post_rel4
 endif
 
@@ -61,4 +61,8 @@
 endif
 
+ifndef PERL_CORE
+    export PERL_CORE = `find /usr/lib -name CORE 2> /dev/null | tail -n 1`
+endif
+
 SLA_LINK := $(shell $(sladir)/bin/sla_link)
 XML2_LINK := $(shell $(xml2config) --libs)
@@ -69,4 +73,5 @@
 GCOVFLAGS :=
 CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS) $(XML2_CFLAGS)
+SWIG_CFLAGS := -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS) $(XML2_CFLAGS)
 
 ifdef NO_TRACE
