]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/Makefile
stg-2.409 pre-merge.
[stg.git] / projects / sgauthstress / Makefile
index f88e59c614427db99bf529f9e2725ef5d5d56c88..74c09b62a08b711bde41f022edb24e9f13582fd8 100644 (file)
@@ -9,20 +9,19 @@ SRCS = main.cpp \
        proto.cpp
 
 STGLIBS = dotconfpp \
-         crypto \
-         common
+          crypto \
+          common
 
 STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))
 STGLIBS_LIBS = $(addprefix -L ../../stglibs/,$(addsuffix .lib,$(STGLIBS)))
 
-LIBS += $(addprefix -lstg,$(STGLIBS)) $(LIB_THREAD)
+LIBS += $(addprefix -lstg,$(STGLIBS)) $(LIB_THREAD) $(LIBICONV)
 
 ifeq ($(OS),linux)
 LIBS += -ldl
 else
 LIBS += -lintl \
-        -lc \
-       -liconv
+        -lc
 endif
 
 SEARCH_DIRS = -I ../../include