]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/sgconfig/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[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 = -lstgcommon -lstglogger -lstgcrypto
20
21 include ../../Makefile.in
22