From 5b9ca48d81a92a1b6c079654ce71038ab5f844b4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Mar 2010 10:59:01 +1100 Subject: build: added generation of version.h --- source4/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/wscript_build') 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') -- cgit