X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fautomake.mk;h=cff7f96032b1c55a3c3a63baccbebdc5f674e5ce;hb=b5b474193e450bba97610065df0518c08074a7fb;hp=5bbf24fac2e39db8679a261c958510ec04851cfc;hpb=bd00412ff6cf29cf3b7744bf1045f53122eb46f7;p=pspp-builds.git diff --git a/src/math/automake.mk b/src/math/automake.mk index 5bbf24fa..cff7f960 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 @@ -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 \