X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/projects/stargazer/plugins/configuration/sgconfig/Makefile diff --git a/projects/stargazer/plugins/configuration/sgconfig/Makefile b/projects/stargazer/plugins/configuration/sgconfig/Makefile index f49ed018..a83bb86c 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/Makefile +++ b/projects/stargazer/plugins/configuration/sgconfig/Makefile @@ -7,16 +7,25 @@ include ../../../../../Makefile.conf PROG = mod_conf_sg.so SRCS = ./stgconfig.cpp \ - ./rsconf.cpp \ + ./conn.cpp \ ./configproto.cpp \ ./parser.cpp \ - ./parser_tariff.cpp \ - ./parser_admin.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 = -lstgcommon -lstglogger -lstgcrypto +STGLIBS = common \ + logger \ + crypto \ + scriptexecuter include ../../Makefile.in