Moved all static libraries to libtool libraries.
[pspp-builds.git] / src / math / automake.mk
index 5b67c1cfa3f98298dc3159e8b37165d457391bcd..e463088779f385fa0b58ccc7edc6ba720c1bddc8 100644 (file)
@@ -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 \