diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-07 10:59:01 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:40 +1000 |
commit | 5b9ca48d81a92a1b6c079654ce71038ab5f844b4 (patch) | |
tree | e59d5dece8980204482211edb8056095655eada7 /source4/wscript_build | |
parent | 88a138f373aa807079321a00e4f2dc083a17a422 (diff) | |
download | samba-5b9ca48d81a92a1b6c079654ce71038ab5f844b4.tar.gz samba-5b9ca48d81a92a1b6c079654ce71038ab5f844b4.tar.bz2 samba-5b9ca48d81a92a1b6c079654ce71038ab5f844b4.zip |
build: added generation of version.h
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index 04fef67927..831c3dcef7 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -9,6 +9,8 @@ bld.env.TOPDIR = os.path.normpath(os.path.join(os.environ.get('PWD'), srcdir)) # building the C from ASN1 and IDL, and finally the main build process bld.SETUP_BUILD_GROUPS() +bld.SAMBA_MKVERSION('version.h') + bld.ENABLE_MAGIC_ORDERING() bld.PREDECLARE('LIBNDR', 'LIBRARY') |