mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
46aa296cc9
(This used to be commit ca8db1a0cd77682ac2c6dc4718f5d753a4fcc4db)
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
|
|
#################################
|