X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5a142737faacf1a56c8f57e032244ef66cc2f27e..b4338eb13c4c5fa33a3b86d4e88e5201c36e6401:/projects/sgauth/Makefile diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index fe588238..98867c5f 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -11,14 +11,14 @@ SRCS = ./main.cpp \ ./web.cpp STGLIBS = conffiles \ - ia \ crypto \ + ia \ common 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 \