]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/configuration/rpcconfig/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / configuration / rpcconfig / Makefile
diff --git a/stargazer/plugins/configuration/rpcconfig/Makefile b/stargazer/plugins/configuration/rpcconfig/Makefile
new file mode 100644 (file)
index 0000000..c647f75
--- /dev/null
@@ -0,0 +1,27 @@
+###############################################################################
+# $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
+