]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/mysql/Makefile
Implemented daily fee charge with backward compatibility.
[stg.git] / projects / stargazer / plugins / store / mysql / Makefile
index 494a0318a2bc7bb89283612169a021b3731fca0e..d38660bfebc2c6d0532403ed2ea1e102e7c57b4f 100644 (file)
@@ -8,7 +8,9 @@ PROG = mod_store_mysql.so
 
 SRCS = ./mysql_store.cpp
 
-STGLIBS = -lconffiles -lstg_common -lstg_crypto
+STGLIBS = common \
+         logger \
+         crypto
 
 MYSQL_CFLAGS = $(shell mysql_config --cflags)
 MYSQL_LDFLAGS = $(shell mysql_config --libs_r)