]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/rpcconfig/Makefile
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.10 2009/08/03 10:25:40 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_conf_rpc.so
8
9 SRCS = ./rpcconfig.cpp \
10        ./user_helper.cpp \
11        ./tariff_helper.cpp \
12        ./info_methods.cpp \
13        ./users_methods.cpp \
14        ./tariffs_methods.cpp \
15        ./admins_methods.cpp \
16        ./messages_methods.cpp
17
18 LIBS += $(XMLRPC_LDFLAGS) \
19         $(LIB_THREAD) \
20         $(LIBICONV)
21
22 STGLIBS = common \
23           logger \
24           scriptexecuter
25
26 include ../../Makefile.in
27