summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-18 20:43:00 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-18 22:16:38 +0200
commit292fe7497134a9cc8f05844951547a2e8d14a4ac (patch)
tree14f9224a6a241c8af98a02c37f89f3b472e3eba5 /source4/ntvfs
parent97afeaceda784f6ac56131b544e045be6804a44b (diff)
downloadsamba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.gz
samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.tar.bz2
samba-292fe7497134a9cc8f05844951547a2e8d14a4ac.zip
credentials: Rename library to samba-credentials to avoid name clashes.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/wscript_build2
-rw-r--r--source4/ntvfs/wscript_build2
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'
)