1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

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 commit is contained in:
Jelmer Vernooij
2005-05-17 00:51:13 +00:00
committed by Gerald (Jerry) Carter
parent 2d980465af
commit b9d0ae93ba
9 changed files with 131 additions and 129 deletions

View File

@@ -199,7 +199,7 @@ ADD_OBJ_FILES = \
rpc_server/handles.o
REQUIRED_SUBSYSTEMS = \
LIBCLI_AUTH \
LIBNDR
NDR
#
# End SUBSYSTEM DCERPC
################################################