source: branches/samba-3.5.x/libcli/auth/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: 670 bytes
Line 
1[SUBSYSTEM::ntlm_check]
2PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL
3
4ntlm_check_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, ntlm_check.o)
5
6[SUBSYSTEM::MSRPC_PARSE]
7
8MSRPC_PARSE_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, msrpc_parse.o)
9
10[SUBSYSTEM::LIBCLI_AUTH]
11PUBLIC_DEPENDENCIES = \
12 MSRPC_PARSE \
13 LIBSAMBA-HOSTCONFIG
14
15LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, \
16 credentials.o \
17 session.o \
18 smbencrypt.o \
19 smbdes.o)
20
21PUBLIC_HEADERS += ../libcli/auth/credentials.h
22
23[SUBSYSTEM::COMMON_SCHANNELDB]
24PRIVATE_DEPENDENCIES = LDB_WRAP
25
26COMMON_SCHANNELDB_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, schannel_state_ldb.o)
Note: See TracBrowser for help on using the repository browser.