]> git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / sgauth / Makefile
index c6c733f01b5bb24a6e960289ee16f044602b8fc2..d6c844e0d9e55b3d4410fa4ac0218a1a8aff3f18 100644 (file)
@@ -18,13 +18,12 @@ STGLIBS =  conffiles \
 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)
 else
 LIBS += -lintl \
-        -lc \
-        -liconv
+        -lc
 endif
 
 SEARCH_DIRS = -I ../../include