]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/sgconfig/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.11 2010/03/04 10:47:45 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_conf_sg.so
8
9 SRCS = ./stgconfig.cpp \
10        ./rsconf.cpp \
11        ./configproto.cpp \
12        ./parser.cpp \
13        ./parser_tariff.cpp \
14        ./parser_admin.cpp \
15        ./parser_auth_by.cpp \
16        ./parser_user_info.cpp
17
18 LIBS += -lexpat \
19         $(LIB_THREAD)
20
21 STGLIBS = common \
22           logger \
23           crypto \
24           scriptexecuter
25
26 include ../../Makefile.in
27