]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/authorization/stress/Makefile
411acfaff2655302aaec096a260764e046593089
[stg.git] / projects / stargazer / plugins / authorization / stress / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.4 2008/12/04 17:01:28 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_auth_stress.so
8
9 SRCS = ./stress.cpp
10
11 LIBS += $(LIB_THREAD)
12
13 STGLIBS = common \
14           logger \
15           locker \
16           scriptexecuter
17
18 include ../../Makefile.in
19