]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / other / radius / Makefile
index 9735fb67d9d52493b2e20e2bdfe3e5efde9c7b87..06f467ba2f199ae4b891423639c560ffe986288c 100644 (file)
@@ -10,7 +10,11 @@ PROG = mod_radius.so
 
 SRCS = ./radius.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto \
+         logger \
+         locker \
+         scriptexecuter
 
 include ../../Makefile.in