]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / sgauthstress / Makefile
index 4884b21367b5fb9da727ce2c3a93cedc84ab67ce..74c09b62a08b711bde41f022edb24e9f13582fd8 100644 (file)
@@ -15,14 +15,13 @@ STGLIBS = dotconfpp \
 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