]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/Makefile
Merge branch 'stg-2.409' into stg-2.409-radius
[stg.git] / projects / stargazer / plugins / other / radius / Makefile
index 9735fb67d9d52493b2e20e2bdfe3e5efde9c7b87..dd7366981481e63aacb82ead660ff7b35d54eaf0 100644 (file)
@@ -8,9 +8,13 @@ LIBS += $(LIB_THREAD)
 
 PROG = mod_radius.so
 
-SRCS = ./radius.cpp
+SRCS = radius.cpp \
+       config.cpp
 
-STGLIBS = -lstgcommon -lstgcrypto
+STGLIBS = common \
+         crypto \
+         logger \
+         scriptexecuter
 
 include ../../Makefile.in