X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fautomake.mk;h=b443d9f94c63f7a0aacebf0ed6447e58dbfdff29;hb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;hp=a17919e405a92e81c56cd3828f4f5987c7af5082;hpb=18ef561271ad1b619f62d994e3dc2286958532f1;p=pspp-builds.git diff --git a/src/math/automake.mk b/src/math/automake.mk index a17919e4..b443d9f9 100644 --- a/src/math/automake.mk +++ b/src/math/automake.mk @@ -1,6 +1,5 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -include $(top_srcdir)/src/math/ts/automake.mk noinst_LTLIBRARIES += src/math/libpspp-math.la @@ -11,15 +10,12 @@ src_math_libpspp_math_la_SOURCES = \ src/math/chart-geometry.c \ src/math/chart-geometry.h \ src/math/box-whisker.c src/math/box-whisker.h \ - src/math/coefficient.c \ - src/math/coefficient.h \ + src/math/categoricals.h \ + src/math/categoricals.c \ 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 \ src/math/group-proc.h \