r6839: Add support for building subsystems as shared libraries. This can be
authorJelmer Vernooij <jelmer@samba.org>
Tue, 17 May 2005 00:51:13 +0000 (00:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:50 +0000 (13:16 -0500)
commitb9d0ae93ba86fec0115f58e7940b2a6c908bc809
tree1b8883419bd239e048ddcaf54bfbbbe522692caf
parent2d980465af87d25ce17b8340c6b5f662ef29edd3
r6839: Add support for building subsystems as shared libraries. This can be
done by setting:
OUTPUT_TYPE = SHARED_LIBRARY
in the [SUBSYSTEM::...] section belonging to a subsystem.

The idea is to allow multiple values to OUTPUT_TYPE simultaneously
(e.g. OUTPUT_TYPE = SHARED_LIBRARY, STATIC_LIBRARY, OBJLIST )
source/auth/config.mk
source/build/smb_build/input.pm
source/build/smb_build/makefile.pm
source/build/smb_build/output.pm
source/libcli/config.mk
source/librpc/config.mk
source/rpc_server/config.mk
source/torture/config.mk
source/utils/config.mk