summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-05-30 13:01:18 +0200
committerMichael Adam <obnox@samba.org>2012-05-31 04:46:06 +0200
commit0659a708e7cd3d4692f6585b20fcfe8f93b524e1 (patch)
tree3cd0155750cfcd1143bd05d4b546dd349257becc /wscript_build
parentfef5ce7f0f53b2a33bd30ff8ebe639f622520d20 (diff)
downloadsamba-0659a708e7cd3d4692f6585b20fcfe8f93b524e1.tar.gz
build: add a build suffix ("4") for s4-binaries
Diffstat (limited to 'wscript_build')
-rwxr-xr-xwscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index f136ac15a1b..508de7056aa 100755
--- a/wscript_build
+++ b/wscript_build
@@ -8,6 +8,7 @@ srcdir = "."
import samba_version
bld.env.suffix3 = "3"
+bld.env.suffix4 = "4"
# 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