X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fautomake.mk;h=a17919e405a92e81c56cd3828f4f5987c7af5082;hb=c82f56ffe5523ab8dce155446b614da8f2d42080;hp=cadfb90079ebf429083edede4d7cfbb9ec4a8f8f;hpb=14aac9fe7a7efbb6c9bded2ed5969a643cb76645;p=pspp diff --git a/src/math/automake.mk b/src/math/automake.mk index cadfb90079..a17919e405 100644 --- a/src/math/automake.mk +++ b/src/math/automake.mk @@ -13,8 +13,12 @@ src_math_libpspp_math_la_SOURCES = \ src/math/box-whisker.c src/math/box-whisker.h \ src/math/coefficient.c \ src/math/coefficient.h \ + src/math/covariance.c \ + src/math/covariance.h \ src/math/covariance-matrix.c \ src/math/covariance-matrix.h \ + src/math/correlation.c \ + src/math/correlation.h \ src/math/design-matrix.c src/math/design-matrix.h \ src/math/extrema.c src/math/extrema.h \ src/math/group.c src/math/group.h \