HEIMDAL: move code from source4/heimdal* to third_party/heimdal*
[metze/samba/wip.git] / wscript_build_system_heimdal
1 from waflib import Logs
2
3 if bld.__class__.__name__ != "ClangDbContext":
4     Logs.info("\tSelected system Heimdal build")
5 bld.RECURSE('third_party/heimdal_build')