From 4b7d0492bbc92ca8ebcfa0c58fa2b692dc5585d5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 7 Feb 2011 13:21:35 +0100 Subject: s3-waf: add --with-automount option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Feb 7 14:11:03 CET 2011 on sn-devel-104 --- source3/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 6c8c38f0ae..ad6129fd8c 100644 --- a/source3/wscript +++ b/source3/wscript @@ -54,6 +54,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('acl-support') opt.SAMBA3_ADD_OPTION('dnsupdate') opt.SAMBA3_ADD_OPTION('syslog') + opt.SAMBA3_ADD_OPTION('automount') opt.SAMBA3_ADD_OPTION('aio-support') @@ -622,6 +623,8 @@ msg.msg_acctrightslen = sizeof(fd); sys.exit(1) if Options.options.with_syslog: conf.DEFINE('WITH_SYSLOG', '1') + if Options.options.with_automount: + conf.DEFINE('WITH_AUTOMOUNT', '1') # Check for LDAP if Options.options.with_ldap: -- cgit