summaryrefslogtreecommitdiff
path: root/src/charset/codecs/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-04 17:02:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-04 17:02:14 +0000
commita57f3931e853ba31f3f397e055b1445f627c8bcb (patch)
treed7e42705069446c480a0b725fc0aa1f0412859e6 /src/charset/codecs/Makefile
parent0f01495d34c2cefeb3a78e0646edbde076f8558c (diff)
downloadlibparserutils-a57f3931e853ba31f3f397e055b1445f627c8bcb.tar.gz
libparserutils-a57f3931e853ba31f3f397e055b1445f627c8bcb.tar.bz2
Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.
svn path=/trunk/libparserutils/; revision=5235
Diffstat (limited to 'src/charset/codecs/Makefile')
-rw-r--r--src/charset/codecs/Makefile2
1 files changed, 1 insertions, 1 deletions
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)))