summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-26 01:05:54 -0600
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:08 +1000
commitab343e037d0931d3b24263e2db290b26fd88cd12 (patch)
treed19a660781ba805d0d44fbfc65408dab1c8acdef /source3/wscript_build
parent0b47bda8166f42381abf7d29e3d5863515f93289 (diff)
downloadsamba-ab343e037d0931d3b24263e2db290b26fd88cd12.tar.gz
samba-ab343e037d0931d3b24263e2db290b26fd88cd12.tar.bz2
samba-ab343e037d0931d3b24263e2db290b26fd88cd12.zip
s3-waf: build version.h
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index c380aa7735..7da41d632e 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -589,6 +589,8 @@ bld.BUILD_SUBDIR('../lib/replace')
print "SBINDIR=%s" % bld.env.SBINDIR
bld.BUILD_SUBDIR('build')
+bld.SAMBA_MKVERSION('include/version.h')
+
bld.SAMBA_BINARY('smbd/smbd',
source=SMBD_SRC,
deps='tdb DYNCONFIG',