]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Configuration library refactoring (AUTH_BY)
[stg.git] / stglibs / srvconf.lib / Makefile
index e3bfa76219fdab686afac6203e6a76186be74e83..ab170663e8a64bd1fa6bd0e5d4a5d0ffd8a23a03 100644 (file)
@@ -8,14 +8,15 @@ STGLIBS = -lstgcommon \
           -lstgcrypto
 LIBS = -lexpat
 
-SRCS =         netunit.cpp \
+SRCS =  netunit.cpp \
         parser.cpp \
+        parser_auth_by.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