1 ###############################################################################
 
   2 # $Id: Makefile,v 1.10 2009/08/03 10:25:40 faust Exp $
 
   3 ###############################################################################
 
   5 include ../../../../../Makefile.conf
 
   9 SRCS = ./rpcconfig.cpp \
 
  14        ./tariffs_methods.cpp \
 
  15        ./admins_methods.cpp \
 
  16        ./messages_methods.cpp
 
  18 XMLRPC_C_LIBS = $(shell xmlrpc-c-config c++2 abyss-server --libs)
 
  20 LIBS += $(XMLRPC_C_LIBS) \
 
  27 STGLIBS = -lstgcommon -lstglogger
 
  29 include ../../Makefile.in