diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-12-08 14:58:12 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-08 05:26:06 +0100 |
commit | 16c36a8cb56f3a74927cdb7c46dfb6158f328beb (patch) | |
tree | 8aae03c30aa01d8fe1e0c590a554a2429222c4d5 /source3/wscript_build | |
parent | 4debe69b731b69aebd95386c2f1a36bb2a53d047 (diff) | |
download | samba-16c36a8cb56f3a74927cdb7c46dfb6158f328beb.tar.gz samba-16c36a8cb56f3a74927cdb7c46dfb6158f328beb.tar.bz2 samba-16c36a8cb56f3a74927cdb7c46dfb6158f328beb.zip |
s3-waf: fixed version number handling
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 983b67039c..cf5293bd78 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1,6 +1,7 @@ #!/usr/bin/env python from samba_utils import * +import samba_version TDB_LIB_SRC = '''lib/util_tdb.c ../lib/util/util_tdb.c lib/dbwrap.c lib/dbwrap_tdb.c @@ -735,6 +736,8 @@ t.env.BUILDDIR = bld.path.abspath() bld.SETUP_BUILD_GROUPS() +samba_version.load_version(bld.env) + bld.SAMBA_MKVERSION('include/version.h') bld.RECURSE('../lib/replace') |