r19582: Support building both shared and static versions of libraries at the same
commit0b3f04a9be532f1bc36f1608652b955738beaee7
authorJelmer Vernooij <jelmer@samba.org>
Mon, 6 Nov 2006 20:17:25 +0000 (6 20:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:24:56 +0000 (10 14:24 -0500)
treef0b20864c12acc90811a542d270404be20f3aaf7
parent5c3fd8e4717ec7167a67f9e9ee1e2d86f7d515a8
r19582: Support building both shared and static versions of libraries at the same
time.

The --enable-dso flag now specifies whether or not the Samba binaries
themselves should be linked against the shared libraries.

By default, all libraries will be built staticly. If supported, the
shared variant of each library will also be built.

If people think building both shared and static library versions in
'make all' is too time-inefficient, please let me know and I'll move the
shared library bits to 'make everything'.
(This used to be commit 91faa1154a1de18a42f5e237c406157026280478)
source4/build/m4/check_ld.m4
source4/build/smb_build/config_mk.pm
source4/build/smb_build/input.pm
source4/build/smb_build/main.pl
source4/build/smb_build/makefile.pm
source4/build/smb_build/output.pm
source4/build/smb_build/summary.pm