r3735: Allow building subsystems as static libraries (.a files). To enable
authorJelmer Vernooij <jelmer@samba.org>
Sun, 14 Nov 2004 16:51:32 +0000 (16:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:48 +0000 (13:05 -0500)
commitfc0432069bf3569a47a7c32f4bf789cec2ca44db
treee6c6a42e24129dc7ff9939d57d7cf1039d8e7e3b
parent3add9e7de52496b135a230cccfd2d99a8b77ddd0
r3735: Allow building subsystems as static libraries (.a files). To enable
this support, run SUBSYSTEM_OUTPUT_TYPE=STATIC_LIBRARY ./config.status

I haven't enabled this by default because there are some circular dependencies
in the makefile that have to be resolved first (LIBRPC depends on LIBSMB
and LIBSMB depends on LIBRPC..)
source/build/smb_build/input.pm
source/build/smb_build/makefile.pm
source/build/smb_build/output.pm
source/libcli/auth/gensec.mk