diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-12-21 22:34:16 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-01-14 16:39:32 +1100 |
commit | cbffc513130733ca9e775d99cea8f9a7402f10d0 (patch) | |
tree | f3e19b169c56bbeb028fef8c2519d2edbda45fa0 /source4/dsdb/wscript_build | |
parent | 99a74ff5e6a9f87ad7a650cb44e0f925f834b3a1 (diff) | |
download | samba-cbffc513130733ca9e775d99cea8f9a7402f10d0.tar.gz samba-cbffc513130733ca9e775d99cea8f9a7402f10d0.tar.bz2 samba-cbffc513130733ca9e775d99cea8f9a7402f10d0.zip |
s4-dsdb Implement tokenGroups expansion directly in ldb operational module
This removes a silly cross-dependency between the ldb moudle stack and auth/
Andrew Bartlett
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 59ef1b9062..f595f3c26f 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -13,7 +13,7 @@ bld.SAMBA_LIBRARY('samdb', bld.SAMBA_LIBRARY('samdb-common', - source='common/util.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c', + source='common/util.c common/util_groups.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c', autoproto='common/proto.h', private_library=True, deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH samba-hostconfig samba_socket LIBCLI_LDAP_NDR' |