added predict function for linear model
[pspp-builds.git] / src / math / linreg / automake.mk
index 931b38ed27e9b79f362c19d03e4ee4129dabaddc..5519ba98a112bd1568559e0c3637205fe2988672 100644 (file)
@@ -1,15 +1,11 @@
 ## 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/predict.c \
        src/math/linreg/coefficient.c \
        src/math/linreg/coefficient.h \
        src/math/linreg/linreg.c \
-       src/math/linreg/linreg.h
+       src/math/linreg/linreg.h 
+