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)
commite73d051e20f18ab981f540a7178900ac3f3c45fd
treea70f698c9d978ed5f6d6fa2fdc67f94b8fdd1e77
parent29a8069aee510c9dcc1a216a52cc53639621caf9
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 )
(This used to be commit b9d0ae93ba86fec0115f58e7940b2a6c908bc809)
source4/auth/config.mk
source4/build/smb_build/input.pm
source4/build/smb_build/makefile.pm
source4/build/smb_build/output.pm
source4/libcli/config.mk
source4/librpc/config.mk
source4/rpc_server/config.mk
source4/torture/config.mk
source4/utils/config.mk