summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-08 17:35:05 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 17:36:25 +0200
commitd1df1cb714289b90dc173a72e488773960952402 (patch)
treebca48c2a0b393163274c6cbe61d0d8397ca0ef3b /wscript
parentc596d85afd41c2512ef77a10a9d6b40f4836c386 (diff)
downloadsamba-d1df1cb714289b90dc173a72e488773960952402.tar.gz
build: Allow the C code to know if this is a waf build
This allows addition of functionality that can't be handled (for example, due to dependencies) in the autoconf build. Andrew Bartlett
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 950442792c0..04c4e9140b2 100755
--- a/wscript
+++ b/wscript
@@ -60,6 +60,7 @@ def configure(conf):
version = samba_version.load_version(env=conf.env)
conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1)
+ conf.DEFINE('_SAMBA_WAF_BUILD_', version.MAJOR)
conf.DEFINE('_SAMBA_BUILD_', version.MAJOR, add_to_cflags=True)
conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)