if compile_mysql_plugin
mysql_dir=mySQL
endif
if compile_pgsql_plugin
pgsql_dir=pqxx
SUBDIRS = sqlite sqlite2 $(pgsql_dir) $(mysql_dir)