[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)))