diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
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') |