Index: /trunk/psLib/src/dataManip/Makefile
===================================================================
--- /trunk/psLib/src/dataManip/Makefile	(revision 657)
+++ /trunk/psLib/src/dataManip/Makefile	(revision 658)
@@ -12,4 +12,5 @@
 %.o:	%.c
 	@echo "    Compiling $<. "
+	install ../psLib.h $(includedir)
 	$(CC) $(CFLAGS) -I../../include -c $< -o $@
 
Index: /trunk/psLib/src/dataManip/psStats.h
===================================================================
--- /trunk/psLib/src/dataManip/psStats.h	(revision 657)
+++ /trunk/psLib/src/dataManip/psStats.h	(revision 658)
@@ -8,6 +8,4 @@
 #include "psLib.h"
 #include "psVector.h"
-
-int mine(psVector *myVector);
 
 /** statistics which may be calculated */
Index: /trunk/psLib/src/math/psStats.h
===================================================================
--- /trunk/psLib/src/math/psStats.h	(revision 657)
+++ /trunk/psLib/src/math/psStats.h	(revision 658)
@@ -8,6 +8,4 @@
 #include "psLib.h"
 #include "psVector.h"
-
-int mine(psVector *myVector);
 
 /** statistics which may be calculated */
