Index: trunk/psLib/src/imageops/Makefile.am
===================================================================
--- trunk/psLib/src/imageops/Makefile.am	(revision 4446)
+++ trunk/psLib/src/imageops/Makefile.am	(revision 4540)
@@ -1,43 +1,22 @@
-#Makefile for image functions of psLib
+#Makefile for image operation functions of psLib
 #
-INCLUDES = \
-	-I$(top_srcdir)/src/astro \
-	-I$(top_srcdir)/src/db \
-	-I$(top_srcdir)/src/fft \
-	-I$(top_srcdir)/src/fits \
-	-I$(top_srcdir)/src/imageops \
-	-I$(top_srcdir)/src/math \
-	-I$(top_srcdir)/src/mathtypes \
-	-I$(top_srcdir)/src/sys \
-	-I$(top_srcdir)/src/types \
-	-I$(top_srcdir)/src/xml \
-	$(all_includes)
+noinst_LTLIBRARIES = libpslibimageops.la
 
-noinst_LTLIBRARIES = libpslibimage.la
-
-libpslibimage_la_SOURCES = \
-	psImage.c \
+libpslibimageops_la_SOURCES = \
+	psImageConvolve.c \
+	psImageGeomManip.c \
 	psImagePixelExtract.c \
-	psImageStructManip.c \
-	psImageGeomManip.c \
 	psImagePixelManip.c \
 	psImageStats.c \
-	psImageFFT.c \
-	psImageConvolve.c
+	psImageStructManip.c
 
-BUILT_SOURCES = psImageErrors.h
-EXTRA_DIST = psImageErrors.dat psImageErrors.h image.i
-
-psImageErrors.h: psImageErrors.dat
-	$(top_srcdir)/src/psParseErrorCodes --data=$? $@
+EXTRA_DIST = imageops.i
 
 pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
-	psImage.h \
+	psImageConvolve.h \
+	psImageGeomManip.h \
 	psImagePixelExtract.h \
-	psImageStructManip.h \
-	psImageGeomManip.h \
 	psImagePixelManip.h \
 	psImageStats.h \
-	psImageFFT.h \
-	psImageConvolve.h
+	psImageStructManip.h
