build:wafsamba: Specify whether node objects or flat lists in ant_glob
[metze/samba/wip.git] / docs-xml / wscript_build
index d0e1051c550aca0730e3b53f27cddbc79eb12cc6..2cff3c1f4e93357b3abebf39daeb91565bf2378b 100644 (file)
@@ -116,7 +116,7 @@ def smbdotconf_generate_parameter_list(task):
     save_file(parameter_all, t , create_dir=True)
     return 0
 
-articles = bld.path.ant_glob("smbdotconf/**/*.xml")
+articles = bld.path.ant_glob("smbdotconf/**/*.xml", flat=True)
 parameter_all = 'smbdotconf/parameters.all.xml'
 bld.SAMBA_GENERATOR(parameter_all,
                     source=articles,