diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-26 01:05:54 -0600 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:08 +1000 |
commit | ab343e037d0931d3b24263e2db290b26fd88cd12 (patch) | |
tree | d19a660781ba805d0d44fbfc65408dab1c8acdef /source3 | |
parent | 0b47bda8166f42381abf7d29e3d5863515f93289 (diff) | |
download | samba-ab343e037d0931d3b24263e2db290b26fd88cd12.tar.gz samba-ab343e037d0931d3b24263e2db290b26fd88cd12.tar.bz2 samba-ab343e037d0931d3b24263e2db290b26fd88cd12.zip |
s3-waf: build version.h
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 2 |
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', |