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