mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
13 lines
304 B
Makefile
13 lines
304 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIB_SECURITY
|
|
[SUBSYSTEM::LIB_SECURITY]
|
|
OBJ_FILES = security_token.o \
|
|
security_descriptor.o \
|
|
dom_sid.o \
|
|
access_check.o \
|
|
privilege.o \
|
|
sddl.o
|
|
REQUIRED_SUBSYSTEMS = NDR_SECURITY
|
|
# End SUBSYSTEM LIB_SECURITY
|
|
#################################
|