git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added service and corporation params.
[stg.git]
/
projects
/
stargazer
/
plugins
/
authorization
/
stress
/
Makefile
diff --git
a/projects/stargazer/plugins/authorization/stress/Makefile
b/projects/stargazer/plugins/authorization/stress/Makefile
index 2bdcf1b05a9ac74685fad0ddaf9cdbf43036e875..411acfaff2655302aaec096a260764e046593089 100644
(file)
--- a/
projects/stargazer/plugins/authorization/stress/Makefile
+++ b/
projects/stargazer/plugins/authorization/stress/Makefile
@@
-10,5
+10,10
@@
SRCS = ./stress.cpp
LIBS += $(LIB_THREAD)
+STGLIBS = common \
+ logger \
+ locker \
+ scriptexecuter
+
include ../../Makefile.in