From d06ba658bc83502bddaba3dc9b74dc77b2c934b2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 24 Sep 2008 01:47:13 +0000 Subject: ASCII charset codec. svn path=/trunk/libparserutils/; revision=5429 --- 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 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))) -- cgit v1.2.3