diff --git a/Utils/Makefile b/Utils/Makefile index a0075fa9..6d3da99a 100644 --- a/Utils/Makefile +++ b/Utils/Makefile @@ -50,7 +50,7 @@ DYNAMIC_LIBS = # Source files -SRCS = utf16utf8_codecvt.cpp +SRCS = utf16utf8_codecvt.cpp iso8859_1utf8_codecvt.cpp HDRS = $(patsubst %.c,%.h,$(patsubst %.cpp,%.h,$(SRCS))) OBJS = $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(SRCS)))