SRCS = ./mysql_store.cpp
-STGLIBS = -lconffiles -lstg_common -lstg_crypto
-
-MYSQL_CFLAGS = $(shell mysql_config --cflags)
-MYSQL_LDFLAGS = $(shell mysql_config --libs_r)
+STGLIBS = common \
+ crypto \
+ logger
CXXFLAGS += $(MYSQL_CFLAGS)
LIBS += $(MYSQL_LDFLAGS)