X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6124f07f31aa48cbeef0d8939b76eac73a8a227e..0cabf81ae09d8f44c953f1fe356e24b7e84f2317:/stglibs/srvconf.lib/Makefile diff --git a/stglibs/srvconf.lib/Makefile b/stglibs/srvconf.lib/Makefile index 328d8d33..d3fdb284 100644 --- a/stglibs/srvconf.lib/Makefile +++ b/stglibs/srvconf.lib/Makefile @@ -8,11 +8,22 @@ STGLIBS = -lstgcommon \ -lstgcrypto LIBS = -lexpat -SRCS = netunit.cpp \ - parser.cpp \ +SRCS = parsers/property.cpp \ + parsers/auth_by.cpp \ + parsers/server_info.cpp \ + parsers/check_user.cpp \ + parsers/get_user.cpp \ + parsers/get_users.cpp \ + parsers/chg_user.cpp \ + parsers/send_message.cpp \ + netunit.cpp \ servconf.cpp + INCS = servconf.h \ netunit.h +LIB_INCS = -I ../common.lib/include \ + -I ../crypto.lib/include + include ../Makefile.in