summaryrefslogtreecommitdiff
path: root/examples/winexe/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2020-03-04 18:51:01 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-03-09 16:27:21 +0000
commit54c21a99e6ca54bdb963c70d322f6778b57a384f (patch)
treec51811c327e49cb4ca94e2a249a1872c3c5bdaa3 /examples/winexe/wscript_build
parentebda529b59105e9b70cc74377fe4d54cc16b4f37 (diff)
downloadsamba-54c21a99e6ca54bdb963c70d322f6778b57a384f.tar.gz
winexe: add configure option to control whether to build it (default: auto)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Mar 9 16:27:21 UTC 2020 on sn-devel-184
Diffstat (limited to 'examples/winexe/wscript_build')
-rw-r--r--examples/winexe/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/winexe/wscript_build b/examples/winexe/wscript_build
index 43c09717e3d..559ed3fc706 100644
--- a/examples/winexe/wscript_build
+++ b/examples/winexe/wscript_build
@@ -106,4 +106,5 @@ if winexesvc_binaries != '':
LOADPARM_CTX
libsmb
msrpc3
- ''')
+ ''',
+ enabled=bld.env.build_winexe)