]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / other / radius / Makefile
index 9735fb67d9d52493b2e20e2bdfe3e5efde9c7b87..62a05183acbb016994b74df5a7e8a34b9c6dbc85 100644 (file)
@@ -10,7 +10,10 @@ PROG = mod_radius.so
 
 SRCS = ./radius.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto \
+         logger \
+         scriptexecuter
 
 include ../../Makefile.in