From: Maxim Mamontov Date: Mon, 7 Oct 2013 22:05:16 +0000 (+0300) Subject: Added new parsers to compilation. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/ce80344574a16a68f22e1113f928f91698dfd691?hp=0683126dc365b9ce34b517547ce27dcbd4805556 Added new parsers to compilation. --- 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 \