Index: /trunk/psLib/src/Makefile.Globals
===================================================================
--- /trunk/psLib/src/Makefile.Globals	(revision 784)
+++ /trunk/psLib/src/Makefile.Globals	(revision 785)
@@ -5,6 +5,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-18 20:18:14 $
+##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-26 00:04:32 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -40,7 +40,7 @@
 CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
 
-# Set initial value for LDFLAGS which will include all OS common flags for GCC
+# Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries.
 
-LDFLAGS := -g2 -pipe
+LDFLAGS := -g2 -pipe -lcfitsio -lgsl -lgslcblas
 
 # Define or refine variables for the Linux OS
@@ -64,7 +64,7 @@
     DLL = dylib
     SO = bundle
-    DOCS = 
-    BUILD_DYNAMIC1 = libtool -dynamic 
-    BUILD_DYNAMIC2 = -lm -lgcc -o 
+    DOCS =
+    BUILD_DYNAMIC1 = libtool -dynamic
+    BUILD_DYNAMIC2 = -lm -lgcc -o
 endif
 
