X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/configuration/rpcconfig/Makefile diff --git a/stargazer/plugins/configuration/rpcconfig/Makefile b/stargazer/plugins/configuration/rpcconfig/Makefile deleted file mode 100644 index c647f752..00000000 --- a/stargazer/plugins/configuration/rpcconfig/Makefile +++ /dev/null @@ -1,27 +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) \ - $(LIBICONV) - -STGLIBS = common \ - logger \ - scriptexecuter - -include ../../Makefile.in -