git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Validate data for a forbidden combination of alwaysOnline and ips
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
mysql
/
Makefile
diff --git
a/projects/stargazer/plugins/store/mysql/Makefile
b/projects/stargazer/plugins/store/mysql/Makefile
index 0c01bd5ae365b9c62fce2aaf5213d678c12ff428..57c52a6b0b94cf9eb829e29fa3aac0a5a5662cdf 100644
(file)
--- a/
projects/stargazer/plugins/store/mysql/Makefile
+++ b/
projects/stargazer/plugins/store/mysql/Makefile
@@
-8,7
+8,8
@@
PROG = mod_store_mysql.so
SRCS = ./mysql_store.cpp
SRCS = ./mysql_store.cpp
-STGLIBS = -lstg_common -lstg_crypto
+STGLIBS = common \
+ crypto
MYSQL_CFLAGS = $(shell mysql_config --cflags)
MYSQL_LDFLAGS = $(shell mysql_config --libs_r)
MYSQL_CFLAGS = $(shell mysql_config --cflags)
MYSQL_LDFLAGS = $(shell mysql_config --libs_r)