Rework trivial msrpc parser to use convert_string_talloc()
[kai/samba.git] / libcli / auth / config.mk
1 [SUBSYSTEM::MSRPC_PARSE]
2
3 MSRPC_PARSE_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, msrpc_parse.o)
4
5 $(eval $(call proto_header_template,$(libclicommonsrcdir)/auth/msrpc_parse.h,$(MSRPC_PARSE_OBJ_FILES:.o=.c)))
6
7 [SUBSYSTEM::LIBCLI_AUTH]
8 PUBLIC_DEPENDENCIES = \
9                 MSRPC_PARSE \
10                 LIBSAMBA-HOSTCONFIG
11
12 LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, \
13                 credentials.o \
14                 session.o \
15                 smbencrypt.o \
16                 smbdes.o)
17
18 PUBLIC_HEADERS += ../libcli/auth/credentials.h
19 $(eval $(call proto_header_template,$(libclicommonsrcdir)/auth/proto.h,$(LIBCLI_AUTH_OBJ_FILES:.o=.c)))