308
308
plugin['sources']= new_sources
309
309
plugin['main_source']= plugin['sources'].split()[0]
313
313
for header in plugin['headers'].split():
314
314
if not header.startswith(plugin['rel_path']):
315
315
header= os.path.join(plugin['rel_path'], header)
316
316
new_headers= "%s %s" % (new_headers, header)
317
320
plugin['headers']= new_headers
319
322
# Make a yes/no version for autoconf help messages