waf: Stop automaticaly changing dashes to underscores in library names.
[sfrench/samba-autobuild/.git] / source4 / libcli / security / config.mk
1 [SUBSYSTEM::LIBSECURITY]
2 PUBLIC_DEPENDENCIES = LIBNDR LIBSECURITY_COMMON
3
4 LIBSECURITY_OBJ_FILES = $(addprefix $(libclisrcdir)/security/, \
5                                                 security_token.o access_check.o privilege.o \
6                                                 create_descriptor.o object_tree.o)
7
8 $(eval $(call proto_header_template,$(libclisrcdir)/security/proto.h,$(LIBSECURITY_OBJ_FILES:.o=.c)))