build: add a build suffix ("4") for s4-binaries
authorMichael Adam <obnox@samba.org>
Wed, 30 May 2012 11:01:18 +0000 (13:01 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 31 May 2012 02:46:06 +0000 (04:46 +0200)
wscript_build

index f136ac15a1b2349f1430e1b604ba66229803a7c2..508de7056aa32fcd4ca584599b87a36d4ff7cefb 100755 (executable)
@@ -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