]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/Makefile
Fixed deps between conn and proto.
[stg.git] / projects / stargazer / plugins / other / radius / Makefile
index 06f467ba2f199ae4b891423639c560ffe986288c..dd7366981481e63aacb82ead660ff7b35d54eaf0 100644 (file)
@@ -8,12 +8,12 @@ LIBS += $(LIB_THREAD)
 
 PROG = mod_radius.so
 
-SRCS = ./radius.cpp
+SRCS = radius.cpp \
+       config.cpp
 
 STGLIBS = common \
          crypto \
          logger \
-         locker \
          scriptexecuter
 
 include ../../Makefile.in