X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fautomake.mk;fp=src%2Fmath%2Fautomake.mk;h=b443d9f94c63f7a0aacebf0ed6447e58dbfdff29;hb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;hp=2dc398a77754631d0873acdbda609c5146f7b9d6;hpb=56c42d61d46aea9d13dcf55e9e2252805282570b;p=pspp-builds.git diff --git a/src/math/automake.mk b/src/math/automake.mk index 2dc398a7..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 @@ -15,6 +14,8 @@ src_math_libpspp_math_la_SOURCES = \ src/math/categoricals.c \ src/math/covariance.c \ src/math/covariance.h \ + src/math/correlation.c \ + src/math/correlation.h \ src/math/extrema.c src/math/extrema.h \ src/math/group.c src/math/group.h \ src/math/group-proc.h \