s4: Rename WRAP_XATTR to wrap_xattr.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 23 Oct 2010 21:53:08 +0000 (23:53 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 23 Oct 2010 22:24:06 +0000 (22:24 +0000)
lib/util/wscript_build
source4/ntvfs/posix/wscript_build

index e1030c88e9c88579f96ae40e5af43e2ae37c8058..2647d62e0d59c6f4394d5b3efcb67e1510291165 100644 (file)
@@ -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',
index ec7c76262c867953ee4e2ede15c64c8a94b5d2f7..847c37f0c57da8534d685e56ed34b598c9ae4fdd 100644 (file)
@@ -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'
        )