summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-28 11:25:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:18 -0500
commit99ecf2d95325e7b6143596760dbc2780ba246dc6 (patch)
treebdeb78dd6b25781c1da32426317344a54d456c13 /source4/libcli/auth/config.mk
parentd534e83c57feac9ebe115c565b5476d0f5160b7b (diff)
downloadsamba-99ecf2d95325e7b6143596760dbc2780ba246dc6.tar.gz
samba-99ecf2d95325e7b6143596760dbc2780ba246dc6.tar.bz2
samba-99ecf2d95325e7b6143596760dbc2780ba246dc6.zip
r5053: - fix up the library dependencies so that tools that need nbt don't
need to pull in the whole dcerpc subsystem - moved smbencrypt.c code into libcli/auth/ (This used to be commit 3351c636af23ad88649e84f4cb88fc1167d5c654)
Diffstat (limited to 'source4/libcli/auth/config.mk')
-rw-r--r--source4/libcli/auth/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk
index a3bb3f1c78..c40a1346db 100644
--- a/source4/libcli/auth/config.mk
+++ b/source4/libcli/auth/config.mk
@@ -3,7 +3,8 @@
[SUBSYSTEM::LIBCLI_AUTH]
ADD_OBJ_FILES = libcli/auth/schannel.o \
libcli/auth/credentials.o \
- libcli/auth/session.o
+ libcli/auth/session.o \
+ libcli/auth/smbencrypt.o
REQUIRED_SUBSYSTEMS = \
AUTH SCHANNELDB GENSEC
# End SUBSYSTEM LIBCLI_AUTH