]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Added setter.
[stg.git] / stglibs / srvconf.lib / Makefile
index e3bfa76219fdab686afac6203e6a76186be74e83..7e9d90e00cc00582186a4a6c9feec9655c673a83 100644 (file)
@@ -8,14 +8,19 @@ STGLIBS = -lstgcommon \
           -lstgcrypto
 LIBS = -lexpat
 
-SRCS =         netunit.cpp \
+SRCS =  netunit.cpp \
         parser.cpp \
+        parser_auth_by.cpp \
+        parser_server_info.cpp \
+        parser_check_user.cpp \
+        parser_get_user.cpp \
+        parser_get_users.cpp \
         servconf.cpp
 
 INCS = servconf.h \
        netunit.h
 
 LIB_INCS = -I ../common.lib/include \
-          -I ../crypto.lib/include
+           -I ../crypto.lib/include
 
 include ../Makefile.in