From ce80344574a16a68f22e1113f928f91698dfd691 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 8 Oct 2013 01:05:16 +0300 Subject: [PATCH] Added new parsers to compilation. --- stglibs/srvconf.lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stglibs/srvconf.lib/Makefile b/stglibs/srvconf.lib/Makefile index d3fdb284..974bf843 100644 --- a/stglibs/srvconf.lib/Makefile +++ b/stglibs/srvconf.lib/Makefile @@ -9,8 +9,10 @@ STGLIBS = -lstgcommon \ LIBS = -lexpat SRCS = parsers/property.cpp \ - parsers/auth_by.cpp \ parsers/server_info.cpp \ + parsers/get_admins.cpp \ + parsers/get_admin.cpp \ + parsers/auth_by.cpp \ parsers/check_user.cpp \ parsers/get_user.cpp \ parsers/get_users.cpp \ -- 2.43.2