]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Foxed compilation errors.
[stg.git] / stglibs / srvconf.lib / Makefile
index f2f379d0e4ee8f625ed6c778b0317278f54cdecb..7e9d90e00cc00582186a4a6c9feec9655c673a83 100644 (file)
@@ -3,17 +3,24 @@
 ###############################################################################
 
 LIB_NAME = stgsrvconf
-PROG = lib$(LIB_NAME)
 
 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
+
 include ../Makefile.in