diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 14:52:25 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:25 +1100 |
commit | 3981399957a8f2d608adb33e9ced1c50bcb1f5dc (patch) | |
tree | 62d6341293ae6afb3cbee042f933b549dd50cf5a /source4 | |
parent | 6f36a015b1975a9ea027da8cf009cd38f074d77f (diff) | |
download | samba-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 'source4')
-rw-r--r-- | source4/auth/gensec/wscript_build | 2 | ||||
-rw-r--r-- | source4/wscript_build | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 4c8ced613b..a1c3257979 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -31,7 +31,7 @@ bld.SAMBA_MODULE('cyrus_sasl', source='cyrus_sasl.c', subsystem='gensec', init_function='gensec_sasl_init', - deps='CREDENTIALS SASL', + deps='CREDENTIALS sasl2', enabled=bld.CONFIG_SET('HAVE_SASL') ) diff --git a/source4/wscript_build b/source4/wscript_build index 4c2bc9c527..7fd6ee89b6 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -14,11 +14,6 @@ bld.SAMBA_MKVERSION('version.h') # bld.ENABLE_MAGIC_ORDERING() -# we don't always use consistent names for our subsystems. -# this sets up some aliases -bld.TARGET_ALIAS('attr', 'XATTR') -bld.TARGET_ALIAS('sasl2', 'SASL') - bld.RECURSE('../lib/replace') bld.RECURSE('../lib/talloc') bld.RECURSE('../lib/tdb') |