summaryrefslogtreecommitdiff
path: root/source4/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-24 17:39:23 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:38 +1000
commit391f953c586d16271d6b2fbba38023e686c907a1 (patch)
tree839cdb3839b3ef0d0499f94f1a5528ced6830796 /source4/wscript_build
parentf74584a96cf235500b86addf90c50184a21bc510 (diff)
downloadsamba-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_build5
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')