summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)