Index: /trunk/psLib/src/dataManip/Makefile
===================================================================
--- /trunk/psLib/src/dataManip/Makefile	(revision 1061)
+++ /trunk/psLib/src/dataManip/Makefile	(revision 1062)
@@ -12,4 +12,5 @@
            psImageStats.o \
            psMatrix.o \
+           psMatrixVectorArithmetic.o \
            psFFT.o \
            psImageIO.o
@@ -17,9 +18,9 @@
 all: $(TARGET_STATIC)
 
-%.o:	%.c
+%.o:    %.c
 	@echo "    Compiling $<. "
 	$(CC) $(CFLAGS)  -c $< -o $@
 
-libpslib.a:	$(SRC_OBJS)
+libpslib.a:     $(SRC_OBJS)
 # The ar option -r is to add/replace object and -s is to create
 # a symbol table in the archive
@@ -27,9 +28,9 @@
 
 # Define PHONY target "install" which will install necessary files
-install: $(TARGET_STATIC) 
+install: $(TARGET_STATIC)
 	install *.h $(includedir)
 
 # Define PHONY target "distclean" which will cleanup the distribution
-distclean:	clean
+distclean:      clean
 	$(RM) ../$(TARGET_STATIC)
 
