aboutsummaryrefslogtreecommitdiffstats
path: root/enc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'enc/Makefile.in')
-rw-r--r--enc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index 082be84c86..234a7e89c5 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -16,7 +16,8 @@ OBJEXT = @OBJEXT@
BUILTIN_ENCS = ascii.c \
euc_jp.c sjis.c \
- unicode.c utf8.c
+ unicode.c utf8.c \
+ utf_16be.c utf_16le.c utf_32be.c utf_32le.c
RUBY_SO_NAME = @RUBY_SO_NAME@
LIBRUBY = @LIBRUBY@