diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-01 06:57:18 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-08 01:43:38 +0200 |
commit | 9bd26d81900c16718e9ad3916aec5a7ac6b636be (patch) | |
tree | 80724d3c6a69c2cf9c793ca260a97754f9b839d6 /source3/modules/wscript_build | |
parent | 37a17a49175b2f0eca5578467b785325561eb0cf (diff) | |
download | samba-9bd26d81900c16718e9ad3916aec5a7ac6b636be.tar.gz samba-9bd26d81900c16718e9ad3916aec5a7ac6b636be.tar.bz2 samba-9bd26d81900c16718e9ad3916aec5a7ac6b636be.zip |
s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
metze
Diffstat (limited to 'source3/modules/wscript_build')
-rw-r--r-- | source3/modules/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index 2ae7a7e33a..b3ab734ac1 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -68,7 +68,7 @@ bld.SAMBA3_SUBSYSTEM('vfs', bld.SAMBA3_MODULE('vfs_default', subsystem='vfs', source=VFS_DEFAULT_SRC, - deps='samba-util', + deps='samba-util NDR_DFSBLOBS', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_default'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_default')) |