r13924: Split more prototypes out of include/proto.h + initial work on header
[sfrench/samba-autobuild/.git] / source4 / libcli / security / config.mk
1 #################################
2 # Start SUBSYSTEM LIB_SECURITY
3 [SUBSYSTEM::LIB_SECURITY]
4 PRIVATE_PROTO_HEADER = proto.h
5 OBJ_FILES = security_token.o \
6                 security_descriptor.o \
7                 dom_sid.o \
8                 access_check.o \
9                 privilege.o \
10                 sddl.o
11 REQUIRED_SUBSYSTEMS = NDR_SECURITY
12 # End SUBSYSTEM LIB_SECURITY
13 #################################