diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-19 07:08:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:01:54 -0500 |
commit | b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2 (patch) | |
tree | 3cb1f5babb9b0f16c9294b80aa939df6539e5deb /source4/lib/basic.mk | |
parent | cf1b85348a0fc5bf4788291109c9dca9e95eb9c2 (diff) | |
download | samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.gz samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.bz2 samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.zip |
r3057: - moved the idtree.c code into lib/
- converted the tid handling to use a idtree instead of bitmaps
(This used to be commit 4220914179d10132057216650b65ed7f7679717e)
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r-- | source4/lib/basic.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index b6f30b6feb..d525f5f156 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -48,7 +48,8 @@ ADD_OBJ_FILES = \ lib/crypto/hmacmd5.o \ lib/crypto/md4.o \ lib/db_wrap.o \ - lib/server_mutex.o + lib/server_mutex.o \ + lib/idtree.o REQUIRED_SUBSYSTEMS = \ LIBTDB CHARSET # End SUBSYSTEM LIBBASIC |