From 292fe7497134a9cc8f05844951547a2e8d14a4ac Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 18 Aug 2011 20:43:00 +0200 Subject: credentials: Rename library to samba-credentials to avoid name clashes. Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 --- source4/ntvfs/posix/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix') 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' ) -- cgit