X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fautomake.mk;h=e463088779f385fa0b58ccc7edc6ba720c1bddc8;hb=5915fbdca0307fb20f05555885283b3dc3fbefa0;hp=5b67c1cfa3f98298dc3159e8b37165d457391bcd;hpb=08590721e2938b1a7db320bfac2d4f1f86afa717;p=pspp-builds.git diff --git a/src/math/automake.mk b/src/math/automake.mk index 5b67c1cf..e4630887 100644 --- a/src/math/automake.mk +++ b/src/math/automake.mk @@ -2,9 +2,12 @@ include $(top_srcdir)/src/math/ts/automake.mk -noinst_LIBRARIES += src/math/libpspp_math.a +noinst_LTLIBRARIES += src/math/libpspp-math.la -src_math_libpspp_math_a_SOURCES = \ +src_math_libpspp_math_la_LIBADD = \ + lib/linreg/liblinreg.la + +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 \