From d53db9f84ce3a75fc6c14e0b595ab9890c70145f Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 10 May 2011 15:52:09 +0300 Subject: [PATCH] ia library removed from building and linking --- projects/sgauthstress/Makefile | 3 +-- projects/sgauthstress/build | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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" -- 2.43.2