]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/mysql/Makefile
Lots of stylistic fixes.
[stg.git] / projects / stargazer / plugins / store / mysql / Makefile
index 81196222db5bbff9beec8c32b19e276d4f6e1535..25a29798a4050ff475bc13caf046b210852f0356 100644 (file)
@@ -8,7 +8,9 @@ PROG = mod_store_mysql.so
 
 SRCS = ./mysql_store.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto \
+         logger
 
 MYSQL_CFLAGS = $(shell mysql_config --cflags)
 MYSQL_LDFLAGS = $(shell mysql_config --libs_r)