diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-28 11:25:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:18 -0500 |
commit | 99ecf2d95325e7b6143596760dbc2780ba246dc6 (patch) | |
tree | bdeb78dd6b25781c1da32426317344a54d456c13 /source4/lib | |
parent | d534e83c57feac9ebe115c565b5476d0f5160b7b (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/basic.mk | 2 |
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 ############################## |