diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2011-06-20 16:55:15 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-06-20 11:18:34 +0200 |
commit | 20687dcd7b66635f851f09c51f967e17203c8ab0 (patch) | |
tree | bfabb3d68042467d10286363154f0edc1b100d55 /source3/wscript_build | |
parent | 754c677b0bbf3ea6c7d2a73c93848f1b0d68c91e (diff) | |
download | samba-20687dcd7b66635f851f09c51f967e17203c8ab0.tar.gz samba-20687dcd7b66635f851f09c51f967e17203c8ab0.tar.bz2 samba-20687dcd7b66635f851f09c51f967e17203c8ab0.zip |
smb_share_modes: don't use tdb_jenkins_hash.
It's a nice hash, but this usage has nothing to do with TDB. So use the
Jenkins hash directly from CCAN instead (it's the same one).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index df38e4c9db..1aefad0b67 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -684,6 +684,7 @@ bld.SAMBA3_LIBRARY('libsmb/smbclient', bld.SAMBA3_LIBRARY('smbsharemodes', source=LIBSMBSHAREMODES_SRC, public_deps='''talloc tdb''', + deps='''ccan''', public_headers='include/smb_share_modes.h', vnum='0', vars=locals()) |