diff options
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/wscript_build | 2 | ||||
-rw-r--r-- | source4/ntvfs/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build index d4e4d4ac43..84695eeafd 100644 --- a/source4/ntvfs/posix/wscript_build +++ b/source4/ntvfs/posix/wscript_build @@ -42,7 +42,7 @@ bld.SAMBA_MODULE('ntvfs_posix', bld.SAMBA_PYTHON('python_xattr_native', source='python/pyxattr_native.c', - deps='ndr ldb samdb credentials pyparam_util wrap_xattr attr', + deps='ndr ldb samdb samba-credentials pyparam_util wrap_xattr attr', realname='samba/xattr_native.so' ) diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build index fa1e071395..6d554f2273 100644 --- a/source4/ntvfs/wscript_build +++ b/source4/ntvfs/wscript_build @@ -52,7 +52,7 @@ bld.SAMBA_MODULE('ntvfs_ipc', autoproto='ipc/proto.h', subsystem='ntvfs', init_function='ntvfs_ipc_init', - deps='NDR_NAMED_PIPE_AUTH npa_tstream gssapi credentials DCERPC_SHARE' + deps='NDR_NAMED_PIPE_AUTH npa_tstream gssapi samba-credentials DCERPC_SHARE' ) |