summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-30 18:35:08 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-30 18:35:08 +0300
commit3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d (patch)
treec936b3bff99bce5c6c2c3b58a12d46356a9aac54 /strings
parent87a0cc9419ef4dc84750a236c90c22f8f2edcc00 (diff)
downloadmariadb-git-3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d.tar.gz
Portability fix
strings/Makefile.am: Add missing ctype-latin1_de.cc
Diffstat (limited to 'strings')
-rw-r--r--strings/Makefile.am2
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 \