X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7ff01d4395b25b73c3c329432ae47aa64b3e3ecf..3efab3e6baa3404fe596e927bdb1b4b27a4ba43f:/projects/sgauth/Makefile?ds=sidebyside diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index fe588238..f5988e23 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -18,7 +18,7 @@ STGLIBS = conffiles \ STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS))) STGLIBS_LIBS = $(addprefix -L ../../stglibs/,$(addsuffix .lib,$(STGLIBS))) -LIBS += $(LIB_THREAD) $(addprefix -lstg,$(STGLIBS)) +LIBS += $(addprefix -lstg,$(STGLIBS)) $(LIB_THREAD) ifneq ($(OS),linux) LIBS += -lintl \