From 3981399957a8f2d608adb33e9ced1c50bcb1f5dc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 14:52:25 +1100 Subject: s4-waf: removed the XATTR and SASL aliases these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett --- source4/wscript_build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/wscript_build') 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') -- cgit