summaryrefslogtreecommitdiff
path: root/source4/lib/basic.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/lib/basic.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/lib/basic.mk')
-rw-r--r--source4/lib/basic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
index ec6071e726..af1420c685 100644
--- a/source4/lib/basic.mk
+++ b/source4/lib/basic.mk
@@ -69,6 +69,6 @@ ADD_OBJ_FILES = \
lib/db_wrap.o \
lib/gencache.o
REQUIRED_SUBSYSTEMS = \
- LIBLDB CHARSET LIBREPLACE LIBNETIF LIBCRYPTO LIB_SECURITY EXT_LIB_DL LIBTALLOC
+ LIBLDB CHARSET LIBREPLACE LIBNETIF LIBCRYPTO EXT_LIB_DL LIBTALLOC
# End SUBSYSTEM LIBBASIC
##############################