build: fix build of vfs_posix_eadb module
authorBjörn Baumbach <bb@sernet.de>
Tue, 20 Jun 2017 14:47:57 +0000 (16:47 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 23 Jun 2017 23:20:16 +0000 (01:20 +0200)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Sat Jun 24 01:20:16 CEST 2017 on sn-devel-144

source3/wscript

index 5a3749c73d37425536bca9ee5ddead5f76a62326..8fa51fb77404c0a776942bed5d684771616118fb 100644 (file)
@@ -1706,7 +1706,7 @@ main() {
 
     if conf.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
         default_static_modules.extend(TO_LIST('pdb_samba_dsdb auth_samba4 vfs_dfs_samba4'))
-        default_shared_modules.extend('vfs_posix_eadb')
+        default_shared_modules.extend(TO_LIST('vfs_posix_eadb'))
 
     if conf.CONFIG_SET('HAVE_FREEBSD_SUNACL_H'):
         default_shared_modules.extend(TO_LIST('vfs_zfsacl'))