moved src/math/linreg.[ch] to src/math
[pspp-builds.git] / src / math / linreg / automake.mk
index 61263bb837134735cd287f86f3e05ed810bd6cbc..38da4a0688108acbe4b665fef97c099e24aed151 100644 (file)
@@ -3,7 +3,7 @@
 noinst_LIBRARIES += src/math/linreg/libpspp_linreg.a
 
 src_math_linreg_libpspp_linreg_a_SOURCES = \
-       src/math/linreg/coefficient.c \
-       src/math/linreg/coefficient.h \
+       src/math/linreg/predict.c \
        src/math/linreg/linreg.c \
-       src/math/linreg/linreg.h
+       src/math/linreg/linreg.h 
+