]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / srvconf.lib / Makefile
index f2f379d0e4ee8f625ed6c778b0317278f54cdecb..d7bc80c01390fdb372f611ff9a11880b4a9b07a4 100644 (file)
@@ -3,17 +3,33 @@
 ###############################################################################
 
 LIB_NAME = stgsrvconf
-PROG = lib$(LIB_NAME)
 
 STGLIBS = -lstgcommon \
           -lstgcrypto
 LIBS = -lexpat
 
-SRCS =         netunit.cpp \
-        parser.cpp \
+SRCS =  parsers/property.cpp \
+        parsers/simple.cpp \
+        parsers/server_info.cpp \
+        parsers/get_admin.cpp \
+        parsers/chg_admin.cpp \
+        parsers/get_tariff.cpp \
+        parsers/chg_tariff.cpp \
+        parsers/auth_by.cpp \
+        parsers/get_user.cpp \
+        parsers/chg_user.cpp \
+        parsers/get_service.cpp \
+        parsers/chg_service.cpp \
+        parsers/get_corp.cpp \
+        parsers/chg_corp.cpp \
+        netunit.cpp \
         servconf.cpp
 
+
 INCS = servconf.h \
        netunit.h
 
+LIB_INCS = -I ../common.lib/include \
+           -I ../crypto.lib/include
+
 include ../Makefile.in