]> git.stg.codes - stg.git/commitdiff
Fix stglibs order in sgauth (for --as-needed)
authorMaxim Mamontov <faust.madf@gmail.com>
Wed, 21 Sep 2011 10:02:26 +0000 (13:02 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Wed, 21 Sep 2011 10:02:26 +0000 (13:02 +0300)
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)))