Index: /trunk/psLib/configure.ac
===================================================================
--- /trunk/psLib/configure.ac	(revision 5296)
+++ /trunk/psLib/configure.ac	(revision 5297)
@@ -25,5 +25,5 @@
 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml"
 SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"`
-
+SRCINC="-I${SRCPATH=} ${SRCINC=}"
 SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpslib\1.la|g"`
 AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=})
Index: /trunk/psLib/src/math/Makefile.am
===================================================================
--- /trunk/psLib/src/math/Makefile.am	(revision 5296)
+++ /trunk/psLib/src/math/Makefile.am	(revision 5297)
@@ -5,4 +5,5 @@
 libpslibmath_la_CPPFLAGS = $(SRCINC) $(GSL_CFLAGS)
 libpslibmath_la_SOURCES = \
+	psUnaryOp.c \
 	psBinaryOp.c \
 	psCompare.c \
@@ -12,6 +13,5 @@
 	psPolynomial.c \
 	psSpline.c \
-	psStats.c \
-	psUnaryOp.c
+	psStats.c
 
 EXTRA_DIST = math.i
@@ -19,4 +19,5 @@
 pslibincludedir = $(includedir)
 pslibinclude_HEADERS = \
+	psUnaryOp.h \
 	psBinaryOp.h \
 	psCompare.h \
@@ -27,4 +28,3 @@
 	psPolynomial.h \
 	psSpline.h \
-	psStats.h \
-	psUnaryOp.h
+	psStats.h
