--- stg/stglibs/srvconf.lib/Makefile.orig 2010-08-04 03:37:14 +0300 +++ stg/stglibs/srvconf.lib/Makefile 2010-08-17 14:16:15 +0300 @@ -5,8 +5,9 @@ LIB_NAME = srvconf PROG = lib$(LIB_NAME) -LIBS = -lexpat -lstg_crypto - +STGLIBS = -lstg_common \ + -lstg_crypto +LIBS = -lexpat SRCS = netunit.cpp \ parser.cpp \ servconf.cpp