summaryrefslogtreecommitdiff
path: root/src/charset/codecs/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-24 01:47:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-24 01:47:13 +0000
commitd06ba658bc83502bddaba3dc9b74dc77b2c934b2 (patch)
treec4342873bd614487befa7c27f7c5bcf735eccd41 /src/charset/codecs/Makefile
parent3f8cf4299420f4f62d1d3fd0ac57d37420e9e771 (diff)
downloadlibparserutils-d06ba658bc83502bddaba3dc9b74dc77b2c934b2.tar.gz
libparserutils-d06ba658bc83502bddaba3dc9b74dc77b2c934b2.tar.bz2
ASCII charset codec.
svn path=/trunk/libparserutils/; revision=5429
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 37f8bc2..7286ccd 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_ext8.c codec_utf8.c codec_utf16.c
+SRCS_$(d) := codec_ascii.c codec_8859.c codec_ext8.c codec_utf8.c codec_utf16.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))