]> git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
Explicit shell specification removed
[stg.git] / projects / sgauth / Makefile
index fe588238856ebd860a08ad5921c056943a8ebae4..f5988e230773c287feb3d3275e0d65e0bc58d006 100644 (file)
@@ -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 \