git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correcting case insensitive search
[stg.git]
/
projects
/
stargazer
/
plugins
/
authorization
/
ao
/
Makefile
diff --git
a/projects/stargazer/plugins/authorization/ao/Makefile
b/projects/stargazer/plugins/authorization/ao/Makefile
index a8651d64a10f2059a8f7233d3ac4d01e1377762c..0e356aa1831a4fc659a4ed471483a20cf16c2397 100644
(file)
--- a/
projects/stargazer/plugins/authorization/ao/Makefile
+++ b/
projects/stargazer/plugins/authorization/ao/Makefile
@@
-8,7
+8,10
@@
PROG = mod_auth_ao.so
SRCS = ./ao.cpp
-STGLIBS = -lstgcommon
+STGLIBS = scriptexecuter \
+ logger \
+ locker \
+ common
include ../../Makefile.in