]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/configuration/sgconfig/Makefile
Reorganize plugins.
[stg.git] / stargazer / plugins / configuration / sgconfig / Makefile
diff --git a/stargazer/plugins/configuration/sgconfig/Makefile b/stargazer/plugins/configuration/sgconfig/Makefile
deleted file mode 100644 (file)
index a83bb86..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.11 2010/03/04 10:47:45 faust Exp $
-###############################################################################
-
-include ../../../../../Makefile.conf
-
-PROG = mod_conf_sg.so
-
-SRCS = ./stgconfig.cpp \
-       ./conn.cpp \
-       ./configproto.cpp \
-       ./parser.cpp \
-       ./parser_tariffs.cpp \
-       ./parser_admins.cpp \
-       ./parser_users.cpp \
-       ./parser_services.cpp \
-       ./parser_message.cpp \
-       ./parser_auth_by.cpp \
-       ./parser_user_info.cpp \
-       ./parser_server_info.cpp
-
-LIBS += -lexpat \
-       $(LIB_THREAD)
-
-STGLIBS = common \
-         logger \
-         crypto \
-         scriptexecuter
-
-include ../../Makefile.in
-