]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/ping/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / other / ping / Makefile
index 212bd2889b1d7132c0861b16531908e38cf17dc9..931c3f4a7512b93f7b04ab55f895e4eb7fb58f97 100644 (file)
@@ -10,7 +10,11 @@ PROG = mod_ping.so
 
 SRCS = ./ping.cpp
 
-STGLIBS = -lstgpinger -lstgcommon
+STGLIBS = pinger \
+         common \
+         locker \
+         logger \
+         scriptexecuter
 
 include ../../Makefile.in