Moved all static libraries to libtool libraries.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Sep 2008 05:29:41 +0000 (13:29 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Sep 2008 05:29:41 +0000 (13:29 +0800)
commit5915fbdca0307fb20f05555885283b3dc3fbefa0
tree9a32b05661da4cfebbf8ab8971f33749c702ea70
parent08590721e2938b1a7db320bfac2d4f1f86afa717
Moved all static libraries to libtool libraries.

By default, this means that both pspp and psppire
will use two shared libraries.  If static libraries
are desired, then this can be achieved by configuring
with LDFLAGS=-static-libtool-libs

Closes patch #6633
15 files changed:
Makefile.am
lib/linreg/automake.mk
lib/misc/automake.mk
src/automake.mk
src/data/automake.mk
src/language/automake.mk
src/libpspp/automake.mk
src/math/automake.mk
src/math/ts/automake.mk
src/output/automake.mk
src/output/charts/automake.mk
src/ui/automake.mk
src/ui/gui/automake.mk
src/ui/terminal/automake.mk
tests/automake.mk