mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
85dbc023c3
This generates an incomplete database where defines and includes are missing. Pair-Programmed-With: Andreas Schneider <asn@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
from waflib import Logs
|
|
|
|
Logs.info("\tSelected embedded Heimdal build")
|
|
bld.RECURSE('third_party/heimdal_build')
|