summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 23:53:08 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-23 22:24:06 +0000
commit7b8549348a98fbc43917bc56244637e9a8b25c37 (patch)
treeac09f9936d23f21b97d91e533184588a6bc7796f /source4/ntvfs
parentcf26d8a958256e1f56f9bc5a9611868d04a15e74 (diff)
downloadsamba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.gz
samba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.bz2
samba-7b8549348a98fbc43917bc56244637e9a8b25c37.zip
s4: Rename WRAP_XATTR to wrap_xattr.
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build
index ec7c76262c..847c37f0c5 100644
--- a/source4/ntvfs/posix/wscript_build
+++ b/source4/ntvfs/posix/wscript_build
@@ -34,14 +34,14 @@ bld.SAMBA_MODULE('ntvfs_posix',
autoproto='vfs_posix_proto.h',
subsystem='ntvfs',
init_function='ntvfs_posix_init',
- deps='NDR_XATTR WRAP_XATTR ntvfs_common MESSAGING LIBWBCLIENT_OLD pvfs_acl pvfs_aio',
+ deps='NDR_XATTR wrap_xattr ntvfs_common MESSAGING LIBWBCLIENT_OLD pvfs_acl pvfs_aio',
internal_module=True
)
bld.SAMBA_PYTHON('python_xattr_native',
source='python/pyxattr_native.c',
- deps='LIBNDR ldb SAMDB CREDENTIALS pyparam_util WRAP_XATTR attr',
+ deps='LIBNDR ldb SAMDB CREDENTIALS pyparam_util wrap_xattr attr',
realname='samba/xattr_native.so'
)