summaryrefslogtreecommitdiff
path: root/source4/libcli/security/config.mk
blob: 21de2ae246e9834da34ba8c6bb465d3830c234a7 (plain)
1
2
3
4
5
6
7
8
[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)))