source: branches/samba-3.5.x/source4/libcli/security/config.mk

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 342 bytes
Line 
1[SUBSYSTEM::LIBSECURITY]
2PUBLIC_DEPENDENCIES = LIBNDR LIBSECURITY_COMMON
3
4LIBSECURITY_OBJ_FILES = $(addprefix $(libclisrcdir)/security/, \
5 security_token.o access_check.o privilege.o sddl.o \
6 create_descriptor.o object_tree.o)
7
8$(eval $(call proto_header_template,$(libclisrcdir)/security/proto.h,$(LIBSECURITY_OBJ_FILES:.o=.c)))
Note: See TracBrowser for help on using the repository browser.