]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/sgconfig/Makefile
Fix projects and plugins building system to support new libs
[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
16 LIBS += -lexpat \
17         $(LIB_THREAD)
18
19 STGLIBS = common \
20           locker \
21           logger \
22           crypto \
23           scriptexecuter
24
25 include ../../Makefile.in
26