]> 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 57c52a6b0b94cf9eb829e29fa3aac0a5a5662cdf..d38660bfebc2c6d0532403ed2ea1e102e7c57b4f 100644 (file)
@@ -9,6 +9,7 @@ PROG = mod_store_mysql.so
 SRCS = ./mysql_store.cpp
 
 STGLIBS = common \
+         logger \
          crypto
 
 MYSQL_CFLAGS = $(shell mysql_config --cflags)