mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
wafsamba: add source directory define SRCDIR to config.h
This will be used in the next commit to prepare the path to a test script in a smbtorture test. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
292e46ab12
commit
4a43129b7a
@ -212,6 +212,8 @@ def configure(conf):
|
||||
conf.env.hlist = []
|
||||
conf.env.srcdir = conf.srcdir
|
||||
|
||||
conf.define('SRCDIR', conf.env['srcdir'])
|
||||
|
||||
if Options.options.timestamp_dependencies:
|
||||
conf.ENABLE_TIMESTAMP_DEPENDENCIES()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user