]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/radius/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / other / radius / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.3 2010/04/26 12:44:42 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 LIBS += $(LIB_THREAD) -lyajl
8
9 PROG = mod_radius.so
10
11 SRCS = radius.cpp \
12        config.cpp \
13        conn.cpp
14
15 STGLIBS = common \
16           crypto \
17           logger \
18           scriptexecuter \
19           json
20
21 include ../../Makefile.in
22