moved src/math/linreg.[ch] to src/math
[pspp-builds.git] / src / math / automake.mk
index 5bbf24fac2e39db8679a261c958510ec04851cfc..cff7f96032b1c55a3c3a63baccbebdc5f674e5ce 100644 (file)
@@ -1,7 +1,6 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
 include $(top_srcdir)/src/math/ts/automake.mk
-include $(top_srcdir)/src/math/linreg/automake.mk
 
 noinst_LIBRARIES += src/math/libpspp_math.a
 
@@ -19,6 +18,8 @@ src_math_libpspp_math_a_SOURCES = \
        src/math/interaction.h \
        src/math/levene.c \
        src/math/levene.h \
+       src/math/linreg.c \
+       src/math/linreg.h \
        src/math/merge.c \
        src/math/merge.h \
        src/math/moments.c  src/math/moments.h \