X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..6c4d31bf18078de98e71575d4b032df303f23a3a:/stglibs/srvconf.lib/Makefile diff --git a/stglibs/srvconf.lib/Makefile b/stglibs/srvconf.lib/Makefile index 96ad48c2..d7bc80c0 100644 --- a/stglibs/srvconf.lib/Makefile +++ b/stglibs/srvconf.lib/Makefile @@ -2,18 +2,34 @@ # $Id: Makefile,v 1.9 2010/08/18 07:47:03 faust Exp $ ############################################################################### -LIB_NAME = srvconf -PROG = lib$(LIB_NAME) +LIB_NAME = stgsrvconf -STGLIBS = -lstg_common \ - -lstg_crypto +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