From 391f953c586d16271d6b2fbba38023e686c907a1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Feb 2010 17:39:23 +1100 Subject: build: added build groups --- source4/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4') diff --git a/source4/wscript_build b/source4/wscript_build index b1a59a0408..ebe2dba6d8 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -1,5 +1,10 @@ # top level waf build script for samba4 +# create separate build groups for building the asn1 and et compiler, then +# building the C from ASN1 and IDL, and finally the main build process +bld.SETUP_BUILD_GROUPS() + + bld.PREDECLARE('LIBNDR', 'LIBRARY') bld.PREDECLARE('LIBSAMBA-UTIL', 'LIBRARY') bld.PREDECLARE('torture', 'LIBRARY') -- cgit