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