git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket. The time_t currentTime parameter added in
[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 d38660bfebc2c6d0532403ed2ea1e102e7c57b4f..d676c81a18b4c9d647d803545b4025e8648c7e31 100644
(file)
--- a/
projects/stargazer/plugins/store/mysql/Makefile
+++ b/
projects/stargazer/plugins/store/mysql/Makefile
@@
-9,11
+9,8
@@
PROG = mod_store_mysql.so
SRCS = ./mysql_store.cpp
STGLIBS = common \
- logger \
- crypto
-
-MYSQL_CFLAGS = $(shell mysql_config --cflags)
-MYSQL_LDFLAGS = $(shell mysql_config --libs_r)
+ crypto \
+ logger
CXXFLAGS += $(MYSQL_CFLAGS)
LIBS += $(MYSQL_LDFLAGS)