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