diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-30 18:35:08 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-30 18:35:08 +0300 |
commit | 3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d (patch) | |
tree | c936b3bff99bce5c6c2c3b58a12d46356a9aac54 /strings | |
parent | 87a0cc9419ef4dc84750a236c90c22f8f2edcc00 (diff) | |
download | mariadb-git-3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d.tar.gz |
Portability fix
strings/Makefile.am:
Add missing ctype-latin1_de.cc
Diffstat (limited to 'strings')
-rw-r--r-- | strings/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index 6bf21d630f3..d198318a0f8 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -43,7 +43,7 @@ noinst_PROGRAMS = conf_to_src # Default charset definitions EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \ ctype-gb2312.c ctype-gbk.c ctype-sjis.c \ - ctype-tis620.c ctype-ujis.c \ + ctype-tis620.c ctype-ujis.c ctype-latin1_de.c \ ctype_autoconf.c \ strto.c strings-x86.s longlong2str-x86.s \ strxmov.c bmove_upp.c strappend.c strcont.c strend.c \ |