]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/mysql/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / store / mysql / Makefile
index 81196222db5bbff9beec8c32b19e276d4f6e1535..57c52a6b0b94cf9eb829e29fa3aac0a5a5662cdf 100644 (file)
@@ -8,7 +8,8 @@ PROG = mod_store_mysql.so
 
 SRCS = ./mysql_store.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto
 
 MYSQL_CFLAGS = $(shell mysql_config --cflags)
 MYSQL_LDFLAGS = $(shell mysql_config --libs_r)