~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

Also fixed space issue for headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
      plugin['sources']= new_sources
309
309
    plugin['main_source']= plugin['sources'].split()[0]
310
310
    
 
311
    new_headers=""
311
312
    if plugin_dir != ".":
312
 
      new_headers=""
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
    else:
 
318
      new_headers= " ".join(plugin['headers'].split())
 
319
    if new_headers != "":
317
320
      plugin['headers']= new_headers
318
321
    
319
322
    # Make a yes/no version for autoconf help messages