]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/authorization/inetaccess/Makefile
6f735ad8721a828e609c156a9cda07ca398a5f64
[stg.git] / projects / stargazer / plugins / authorization / inetaccess / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.10 2010/02/16 11:41:00 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 LIBS += $(LIB_THREAD)
8
9 PROG = mod_auth_ia.so
10
11 SRCS = ./inetaccess.cpp
12
13 STGLIBS = common \
14           crypto \
15           logger \
16           locker \
17           scriptexecuter
18
19 include ../../Makefile.in
20