Index: trunk/psLib/src/math/Makefile.am
===================================================================
--- trunk/psLib/src/math/Makefile.am	(revision 4981)
+++ 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
