moved coefficient.[ch] to src/math
[pspp-builds.git] / src / math / linreg / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LIBRARIES += src/math/linreg/libpspp_linreg.a
4
5 src_math_linreg_libpspp_linreg_a_SOURCES = \
6         src/math/linreg/predict.c \
7         src/math/linreg/linreg.c \
8         src/math/linreg/linreg.h 
9