]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/mysql/Makefile
Fixes in dealing with external libs.
[stg.git] / projects / stargazer / plugins / store / mysql / Makefile
index 25a29798a4050ff475bc13caf046b210852f0356..d676c81a18b4c9d647d803545b4025e8648c7e31 100644 (file)
@@ -12,9 +12,6 @@ STGLIBS = common \
          crypto \
          logger
 
-MYSQL_CFLAGS = $(shell mysql_config --cflags)
-MYSQL_LDFLAGS = $(shell mysql_config --libs_r)
-
 CXXFLAGS += $(MYSQL_CFLAGS)
 LIBS += $(MYSQL_LDFLAGS)