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:
committed by
Gerald (Jerry) Carter
parent
2d980465af
commit
b9d0ae93ba
@@ -199,7 +199,7 @@ ADD_OBJ_FILES = \
|
||||
rpc_server/handles.o
|
||||
REQUIRED_SUBSYSTEMS = \
|
||||
LIBCLI_AUTH \
|
||||
LIBNDR
|
||||
NDR
|
||||
#
|
||||
# End SUBSYSTEM DCERPC
|
||||
################################################
|
||||
|
||||
Reference in New Issue
Block a user