X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/02a231ed70f2116c607b831c6a48b3490bd9a804..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/configuration/rpcconfig/Makefile diff --git a/projects/stargazer/plugins/configuration/rpcconfig/Makefile b/projects/stargazer/plugins/configuration/rpcconfig/Makefile deleted file mode 100644 index 732b0e11..00000000 --- a/projects/stargazer/plugins/configuration/rpcconfig/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.10 2009/08/03 10:25:40 faust Exp $ -############################################################################### - -include ../../../../../Makefile.conf - -PROG = mod_conf_rpc.so - -SRCS = ./rpcconfig.cpp \ - ./user_helper.cpp \ - ./tariff_helper.cpp \ - ./info_methods.cpp \ - ./users_methods.cpp \ - ./tariffs_methods.cpp \ - ./admins_methods.cpp \ - ./messages_methods.cpp - -LIBS += $(XMLRPC_LDFLAGS) \ - $(LIB_THREAD) - -ifneq ($(OS),linux) -LIBS += -liconv -endif - -STGLIBS = common \ - logger \ - scriptexecuter - -include ../../Makefile.in -