533
534
if plugin['headers'] != "":
534
535
plugin_am.write("noinst_HEADERS += %(headers)s\n" % plugin)
535
536
if plugin['install_headers'] != "":
538
539
if plugin.has_key('testsuitedir') and plugin['testsuitedir'] != "":
539
540
plugin_am.write("EXTRA_DIST += %(rel_path)s/%(testsuitedir)s\n" % plugin)