]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/sgconfig2/Makefile
68bf7f740b6f3aec3ce6caf2fc92239417ef1743
[stg.git] / projects / stargazer / plugins / configuration / sgconfig2 / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2008/12/04 17:09:40 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_conf_sg2.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           logger
21
22 include ../../Makefile.in
23