]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/ping/Makefile
Merge branch 'log-unauth-reasons'
[stg.git] / projects / stargazer / plugins / other / ping / Makefile
index 3e4d36d56e7b65c11851fccf5fee36993bfbe89b..931c3f4a7512b93f7b04ab55f895e4eb7fb58f97 100644 (file)
@@ -10,7 +10,11 @@ PROG = mod_ping.so
 
 SRCS = ./ping.cpp
 
-STGLIBS = -lstg_pinger -lstg_common
+STGLIBS = pinger \
+         common \
+         locker \
+         logger \
+         scriptexecuter
 
 include ../../Makefile.in