summaryrefslogtreecommitdiff
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
parentcf26d8a958256e1f56f9bc5a9611868d04a15e74 (diff)
downloadsamba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.gz
samba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.bz2
samba-7b8549348a98fbc43917bc56244637e9a8b25c37.zip
s4: Rename WRAP_XATTR to wrap_xattr.
-rw-r--r--lib/util/wscript_build14
-rw-r--r--source4/ntvfs/posix/wscript_build4
2 files changed, 9 insertions, 9 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index e1030c88e9..2647d62e0d 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -25,13 +25,13 @@ bld.SAMBA_SUBSYSTEM('UNIX_PRIVS',
)
-bld.SAMBA_LIBRARY('WRAP_XATTR',
- source='wrap_xattr.c',
- public_deps='attr',
- deps='talloc',
- local_include=False,
- private_library=True
- )
+bld.SAMBA_LIBRARY('wrap_xattr',
+ source='wrap_xattr.c',
+ public_deps='attr',
+ deps='talloc',
+ local_include=False,
+ private_library=True
+ )
bld.SAMBA_SUBSYSTEM('UTIL_TDB',
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'
)