From 892a4b24e79a71f5fd81bdb631d93615f2345bd9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 28 May 2010 15:20:03 +1000 Subject: waf Read VERSION file inside WAF to set package version This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett --- buildtools/wafsamba/wafsamba.py | 1 + 1 file changed, 1 insertion(+) (limited to 'buildtools/wafsamba/wafsamba.py') diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index fd6a5523e9..412b0d2d0a 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -9,6 +9,7 @@ from samba_utils import SUBST_VARS_RECURSIVE # bring in the other samba modules from samba_optimisation import * from samba_utils import * +from samba_version import * from samba_autoconf import * from samba_patterns import * from samba_pidl import * -- cgit