moved src/math/linreg.[ch] to src/math
[pspp-builds.git] / src / math / linreg / automake.mk
index 931b38ed27e9b79f362c19d03e4ee4129dabaddc..38da4a0688108acbe4b665fef97c099e24aed151 100644 (file)
@@ -1,15 +1,9 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
-src/math/linreg/%: AM_CPPFLAGS += \
-       -I$(top_srcdir)/src/data \
-       -I$(top_srcdir)/src/math \
-       -I$(top_srcdir)/lib/linreg
-
-
 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 
+