]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/Makefile
Merge branch 'stg-2.409' into stg-2.409-radius
[stg.git] / projects / rlm_stg / Makefile
index 1280bd9134e809d3c5f5e061811f3f8fae7e1f73..548232a8a9b7a88f3748667d3c3c66580aea6d50 100644 (file)
@@ -19,14 +19,13 @@ STGLIBS = crypto \
 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