From 0659a708e7cd3d4692f6585b20fcfe8f93b524e1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 30 May 2012 13:01:18 +0200 Subject: build: add a build suffix ("4") for s4-binaries --- wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build') 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 -- cgit v1.2.1