summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 14:52:25 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:25 +1100
commit3981399957a8f2d608adb33e9ced1c50bcb1f5dc (patch)
tree62d6341293ae6afb3cbee042f933b549dd50cf5a /lib/util
parent6f36a015b1975a9ea027da8cf009cd38f074d77f (diff)
downloadsamba-3981399957a8f2d608adb33e9ced1c50bcb1f5dc.tar.gz
samba-3981399957a8f2d608adb33e9ced1c50bcb1f5dc.tar.bz2
samba-3981399957a8f2d608adb33e9ced1c50bcb1f5dc.zip
s4-waf: removed the XATTR and SASL aliases
these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 91c85f0837..4e03e2df22 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -27,7 +27,7 @@ bld.SAMBA_SUBSYSTEM('UNIX_PRIVS',
bld.SAMBA_SUBSYSTEM('WRAP_XATTR',
source='wrap_xattr.c',
- public_deps='XATTR',
+ public_deps='attr',
deps='talloc',
local_include=False
)