]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / other / radius / Makefile
index dd7366981481e63aacb82ead660ff7b35d54eaf0..14428914abb392e53d24058dbf00e26fc56b50e6 100644 (file)
@@ -4,17 +4,19 @@
 
 include ../../../../../Makefile.conf
 
-LIBS += $(LIB_THREAD)
+LIBS += $(LIB_THREAD) -lyajl
 
 PROG = mod_radius.so
 
 SRCS = radius.cpp \
-       config.cpp
+       config.cpp \
+       conn.cpp
 
 STGLIBS = common \
          crypto \
          logger \
-         scriptexecuter
+         scriptexecuter \
+         json
 
 include ../../Makefile.in