From e9bdb5063b52226148212399a017300d5d14baac Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 21 Sep 2011 13:02:26 +0300 Subject: [PATCH] Fix stglibs order in sgauth (for --as-needed) --- projects/sgauth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index 98867c5f..f5988e23 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -11,8 +11,8 @@ SRCS = ./main.cpp \ ./web.cpp STGLIBS = conffiles \ - crypto \ ia \ + crypto \ common STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS))) -- 2.43.2