]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/rscript/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / other / rscript / Makefile
index 343d1150db8dbf106bebf17b1cdd9ee4229e7a5b..f9ba3ba19aa09f9ce638a102f8e60a34368a729e 100644 (file)
@@ -11,7 +11,11 @@ PROG = mod_remote_script.so
 SRCS = ./rscript.cpp \
        ./nrmap_parser.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto \
+         locker \
+         logger \
+         scriptexecuter
 
 include ../../Makefile.in