]> 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 68be76188f0b3f87968a4033b68830a9895aee9f..14428914abb392e53d24058dbf00e26fc56b50e6 100644 (file)
@@ -4,13 +4,19 @@
 
 include ../../../../../Makefile.conf
 
-LIBS += $(LIB_THREAD)
+LIBS += $(LIB_THREAD) -lyajl
 
 PROG = mod_radius.so
 
-SRCS = ./radius.cpp
+SRCS = radius.cpp \
+       config.cpp \
+       conn.cpp
 
-STGLIBS = -lstg_common -lstg_crypto
+STGLIBS = common \
+         crypto \
+         logger \
+         scriptexecuter \
+         json
 
 include ../../Makefile.in