From 4a43129b7a7285024f0d2b76e893740f73adce2f Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sat, 15 Apr 2017 09:09:21 +0200 Subject: 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 Reviewed-by: Jeremy Allison --- buildtools/wafsamba/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildtools') diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index 4eef008cf88..430d164b60d 100644 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -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() -- cgit v1.2.1