Index: trunk/psLib/src/image/Makefile
===================================================================
--- trunk/psLib/src/image/Makefile	(revision 1653)
+++ trunk/psLib/src/image/Makefile	(revision 1764)
@@ -3,6 +3,6 @@
 ##  Makefile:   collections
 ##
-##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-08-28 01:18:28 $
+##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-09-09 22:21:00 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
 # Set CFLAGS used by the implicit rule to compile .c
 
-CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I../dataManip -I../collections
+CFLAGS := $(CFLAGS_RELOC) -I../sysUtils -I../dataManip -I../collections -I..
 
 # Define the source objects
@@ -39,4 +39,6 @@
 
 OBJS = $(addprefix makedir/,$(SRC_OBJS))
+
+HEADERS = $(SRC_OBJS:.o=.h)
 
 # Define PHONY target "all" which will make all the necessary items
@@ -54,5 +56,5 @@
 
 install: $(TARGET_STATIC)
-	install *.h $(includedir)
+	install $(HEADERS) $(includedir)
 
 # Define PHONY target "distclean" which will cleanup the distribution
