diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 23:53:08 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 22:24:06 +0000 |
| commit | 7b8549348a98fbc43917bc56244637e9a8b25c37 (patch) | |
| tree | ac09f9936d23f21b97d91e533184588a6bc7796f /lib/util | |
| parent | cf26d8a958256e1f56f9bc5a9611868d04a15e74 (diff) | |
| download | samba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.gz samba-7b8549348a98fbc43917bc56244637e9a8b25c37.tar.xz samba-7b8549348a98fbc43917bc56244637e9a8b25c37.zip | |
s4: Rename WRAP_XATTR to wrap_xattr.
Diffstat (limited to 'lib/util')
| -rw-r--r-- | lib/util/wscript_build | 14 |
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', |
