git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved parsers into a separate directory.
[stg.git]
/
stglibs
/
srvconf.lib
/
Makefile
diff --git
a/stglibs/srvconf.lib/Makefile
b/stglibs/srvconf.lib/Makefile
index ab170663e8a64bd1fa6bd0e5d4a5d0ffd8a23a03..aaf3e117999707230fb2c7a20cdfbe23022c2621 100644
(file)
--- a/
stglibs/srvconf.lib/Makefile
+++ b/
stglibs/srvconf.lib/Makefile
@@
-9,8
+9,14
@@
STGLIBS = -lstgcommon \
LIBS = -lexpat
SRCS = netunit.cpp \
LIBS = -lexpat
SRCS = netunit.cpp \
- p
arser
.cpp \
+ p
roperty_parsers
.cpp \
parser_auth_by.cpp \
parser_auth_by.cpp \
+ parser_server_info.cpp \
+ parser_check_user.cpp \
+ parser_get_user.cpp \
+ parser_get_users.cpp \
+ parser_chg_user.cpp \
+ parser_send_message.cpp \
servconf.cpp
INCS = servconf.h \
servconf.cpp
INCS = servconf.h \