]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/authorization/ao/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / authorization / ao / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.10 2008/12/04 15:41:03 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_auth_ao.so
8
9 SRCS = ./ao.cpp
10
11 STGLIBS = scriptexecuter \
12           logger \
13           common
14
15 include ../../Makefile.in
16