mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
9 lines
334 B
Makefile
9 lines
334 B
Makefile
[SUBSYSTEM::LIBSECURITY]
|
|
PUBLIC_DEPENDENCIES = LIBNDR LIBSECURITY_COMMON
|
|
|
|
LIBSECURITY_OBJ_FILES = $(addprefix $(libclisrcdir)/security/, \
|
|
security_token.o security_descriptor.o \
|
|
access_check.o privilege.o sddl.o)
|
|
|
|
$(eval $(call proto_header_template,$(libclisrcdir)/security/proto.h,$(LIBSECURITY_OBJ_FILES:.o=.c)))
|