git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move abbility get value 'tarrif' from parameter's name 'tarrifName' to GetParamValue
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
rscript
/
Makefile
diff --git
a/projects/stargazer/plugins/other/rscript/Makefile
b/projects/stargazer/plugins/other/rscript/Makefile
index cad853c7e4a782d8f0bd77f3553ccf3ac3e2f698..f9ba3ba19aa09f9ce638a102f8e60a34368a729e 100644
(file)
--- a/
projects/stargazer/plugins/other/rscript/Makefile
+++ b/
projects/stargazer/plugins/other/rscript/Makefile
@@
-11,7
+11,11
@@
PROG = mod_remote_script.so
SRCS = ./rscript.cpp \
./nrmap_parser.cpp
SRCS = ./rscript.cpp \
./nrmap_parser.cpp
-STGLIBS = -lstg_common -lstg_crypto
+STGLIBS = common \
+ crypto \
+ locker \
+ logger \
+ scriptexecuter
include ../../Makefile.in
include ../../Makefile.in