MYSQL_CONFIG=/usr/bin/mysql_config

PLUGIN_CFLAGS=$(shell $(MYSQL_CONFIG) --cflags)
PLUGIN_LIBS=$(shell $(MYSQL_CONFIG) --libs)
