summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-06-20 16:55:15 +0930
committerRusty Russell <rusty@rustcorp.com.au>2011-06-20 11:18:34 +0200
commit20687dcd7b66635f851f09c51f967e17203c8ab0 (patch)
treebfabb3d68042467d10286363154f0edc1b100d55 /source3/Makefile.in
parent754c677b0bbf3ea6c7d2a73c93848f1b0d68c91e (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9dd0a45c42..5b36fe2533 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2584,7 +2584,7 @@ showlibs:: showlibsmbclient
#
#-------------------------------------------------------------------
-LIBSMBSHAREMODES_OBJ0 = libsmb/smb_share_modes.o
+LIBSMBSHAREMODES_OBJ0 = libsmb/smb_share_modes.o ../lib/ccan/hash/hash.o
LIBSMBSHAREMODES_OBJ = $(LIBSMBSHAREMODES_OBJ0)