]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/authorization/ao/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[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 = -lstgcommon
12
13 include ../../Makefile.in
14