]> git.stg.codes - stg.git/blob - stargazer/plugins/configuration/sgconfig/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / 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        ./conn.cpp \
11        ./configproto.cpp \
12        ./parser.cpp \
13        ./parser_tariffs.cpp \
14        ./parser_admins.cpp \
15        ./parser_users.cpp \
16        ./parser_services.cpp \
17        ./parser_message.cpp \
18        ./parser_auth_by.cpp \
19        ./parser_user_info.cpp \
20        ./parser_server_info.cpp
21
22 LIBS += -lexpat \
23         $(LIB_THREAD)
24
25 STGLIBS = common \
26           logger \
27           crypto \
28           scriptexecuter
29
30 include ../../Makefile.in
31