X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e19d853bbf16b7ba8c58c71c1da488b9034e0fb3..3f044094a85b8542286107bd6a9da921fc990681:/stglibs/srvconf.lib/Makefile diff --git a/stglibs/srvconf.lib/Makefile b/stglibs/srvconf.lib/Makefile index a2b0dc4a..60177a97 100644 --- a/stglibs/srvconf.lib/Makefile +++ b/stglibs/srvconf.lib/Makefile @@ -8,13 +8,20 @@ STGLIBS = -lstgcommon \ -lstgcrypto LIBS = -lexpat -SRCS = netunit.cpp \ - parser.cpp \ - parser_auth_by.cpp \ - parser_server_info.cpp \ - parser_check_user.cpp \ +SRCS = parsers/property.cpp \ + parsers/simple.cpp \ + parsers/server_info.cpp \ + parsers/get_admins.cpp \ + parsers/get_admin.cpp \ + parsers/chg_admin.cpp \ + parsers/auth_by.cpp \ + parsers/get_user.cpp \ + parsers/get_users.cpp \ + parsers/chg_user.cpp \ + netunit.cpp \ servconf.cpp + INCS = servconf.h \ netunit.h