From: Maxim Mamontov Date: Wed, 21 Sep 2011 10:02:26 +0000 (+0300) Subject: Fix stglibs order in sgauth (for --as-needed) X-Git-Tag: 2.408-rc2~4 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/e9bdb5063b52226148212399a017300d5d14baac Fix stglibs order in sgauth (for --as-needed) --- 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)))