]> git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
Fix stglibs order in sgauth (for --as-needed)
[stg.git] / projects / sgauth / Makefile
index 98867c5f702342a613e851b5e6f34f168ae33ba1..f5988e230773c287feb3d3275e0d65e0bc58d006 100644 (file)
@@ -11,8 +11,8 @@ SRCS = ./main.cpp \
        ./web.cpp
 
 STGLIBS =  conffiles \
-           crypto \
            ia \
+           crypto \
            common
 
 STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))