From: Maxim Mamontov Date: Tue, 10 May 2011 12:52:09 +0000 (+0300) Subject: ia library removed from building and linking X-Git-Tag: 2.407-p1~19 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/d53db9f84ce3a75fc6c14e0b595ab9890c70145f ia library removed from building and linking --- diff --git a/projects/sgauthstress/Makefile b/projects/sgauthstress/Makefile index 23c3b5da..0dd514fe 100644 --- a/projects/sgauthstress/Makefile +++ b/projects/sgauthstress/Makefile @@ -10,8 +10,7 @@ SRCS = main.cpp \ STGLIBS = -lstgcrypto \ -lstgcommon \ - -ldotconfpp \ - -lstgia + -ldotconfpp LIBS += $(LIB_THREAD) diff --git a/projects/sgauthstress/build b/projects/sgauthstress/build index af3d4639..e9677028 100755 --- a/projects/sgauthstress/build +++ b/projects/sgauthstress/build @@ -70,8 +70,7 @@ STG_LIBS="logger.lib crypto.lib common.lib conffiles.lib - dotconfpp.lib - ia.lib" + dotconfpp.lib" PLUGINS="store/files"