summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parentcf26d8a958256e1f56f9bc5a9611868d04a15e74 (diff)
downloadsamba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.gz
samba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.bz2
samba-7b8549348a98fbc43917bc56244637e9a8b25c37.zip
s4: Rename WRAP_XATTR to wrap_xattr.
Diffstat (limited to 'lib')
-rw-r--r--lib/util/wscript_build14
1 files changed, 7 insertions, 7 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',