]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Added new parsers to compilation.
[stg.git] / stglibs / srvconf.lib / Makefile
index ab170663e8a64bd1fa6bd0e5d4a5d0ffd8a23a03..974bf8438cc225a1abdfb3323e0b5c5de4352d22 100644 (file)
@@ -8,11 +8,20 @@ STGLIBS = -lstgcommon \
           -lstgcrypto
 LIBS = -lexpat
 
-SRCS =  netunit.cpp \
-        parser.cpp \
-        parser_auth_by.cpp \
+SRCS =  parsers/property.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 \
+        parsers/chg_user.cpp \
+        parsers/send_message.cpp \
+        netunit.cpp \
         servconf.cpp
 
+
 INCS = servconf.h \
        netunit.h