X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fautomake.mk;h=2c25686b860ed225b8a6d39db07332ed5c88fcde;hb=4b79b7a1a1898a4e9b34d7be6a6ff1dd35e43938;hp=5bbf24fac2e39db8679a261c958510ec04851cfc;hpb=92c09e564002d356d20fc1e2e131027ef89f6748;p=pspp-builds.git diff --git a/src/math/automake.mk b/src/math/automake.mk index 5bbf24fa..2c25686b 100644 --- a/src/math/automake.mk +++ b/src/math/automake.mk @@ -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 @@ -12,6 +11,8 @@ src_math_libpspp_math_a_SOURCES = \ src/math/chart-geometry.h \ src/math/coefficient.c \ src/math/coefficient.h \ + src/math/covariance-matrix.c \ + src/math/covariance-matrix.h \ src/math/group.c src/math/group.h \ src/math/group-proc.h \ src/math/histogram.c src/math/histogram.h \ @@ -19,6 +20,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 \