]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Revert "Merge remote-tracking branch 'origin/master' into ticket37"
[stg.git] / stglibs / srvconf.lib / Makefile
index 974bf8438cc225a1abdfb3323e0b5c5de4352d22..e3bfa76219fdab686afac6203e6a76186be74e83 100644 (file)
@@ -8,24 +8,14 @@ STGLIBS = -lstgcommon \
           -lstgcrypto
 LIBS = -lexpat
 
-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 \
+SRCS =         netunit.cpp \
+        parser.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