mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
15b60a7e3f
Michael
9 lines
335 B
Makefile
9 lines
335 B
Makefile
[SUBSYSTEM::LIBSECURITY]
|
|
PUBLIC_DEPENDENCIES = LIBNDR LIBSECURITY_COMMON
|
|
|
|
LIBSECURITY_OBJ_FILES = $(addprefix $(libclisrcdir)/security/, \
|
|
security_token.o access_check.o privilege.o \
|
|
create_descriptor.o object_tree.o)
|
|
|
|
$(eval $(call proto_header_template,$(libclisrcdir)/security/proto.h,$(LIBSECURITY_OBJ_FILES:.o=.c)))
|