diff options
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') |