diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-24 17:39:23 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:38 +1000 |
commit | 391f953c586d16271d6b2fbba38023e686c907a1 (patch) | |
tree | 839cdb3839b3ef0d0499f94f1a5528ced6830796 /source4/wscript_build | |
parent | f74584a96cf235500b86addf90c50184a21bc510 (diff) | |
download | samba-391f953c586d16271d6b2fbba38023e686c907a1.tar.gz samba-391f953c586d16271d6b2fbba38023e686c907a1.tar.bz2 samba-391f953c586d16271d6b2fbba38023e686c907a1.zip |
build: added build groups
Diffstat (limited to 'source4/wscript_build')
-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') |