From a57f3931e853ba31f3f397e055b1445f627c8bcb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 4 Sep 2008 17:02:14 +0000 Subject: Extended 8bit coded. Mostly for Windows-125n support. Also needs testing. svn path=/trunk/libparserutils/; revision=5235 --- src/charset/codecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charset/codecs/Makefile') diff --git a/src/charset/codecs/Makefile b/src/charset/codecs/Makefile index fd0365b..001ac1f 100644 --- a/src/charset/codecs/Makefile +++ b/src/charset/codecs/Makefile @@ -32,7 +32,7 @@ dirstack_$(sp) := $(d) d := $(DIR) # Sources -SRCS_$(d) := codec_8859.c codec_iconv.c codec_utf8.c codec_utf16.c +SRCS_$(d) := codec_8859.c codec_ext8.c codec_iconv.c codec_utf8.c codec_utf16.c # Append to sources for component SOURCES += $(addprefix $(d), $(SRCS_$(d))) -- cgit v1.2.3