summaryrefslogtreecommitdiff
path: root/source3/modules/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-06-18 16:58:29 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-07-03 11:19:20 +0000
commit10f828629bb81a651b9e8aab002a84c053f37387 (patch)
tree43c3ca069fabab14b5a01618750291b964fc7472 /source3/modules/wscript_build
parent855540a8998630646477f2dce8911170e252e633 (diff)
downloadsamba-10f828629bb81a651b9e8aab002a84c053f37387.tar.gz
s3:modules: Use hash_inode() in vfs_fruit
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/modules/wscript_build')
-rw-r--r--source3/modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index 9d4153f7bb4..58ca11dea61 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -123,7 +123,7 @@ bld.SAMBA3_MODULE('vfs_netatalk',
bld.SAMBA3_MODULE('vfs_fruit',
subsystem='vfs',
source='vfs_fruit.c',
- deps='samba-util OFFLOAD_TOKEN STRING_REPLACE',
+ deps='samba-util OFFLOAD_TOKEN STRING_REPLACE HASH_INODE',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_fruit'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_fruit'))