mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 00:05:33 +02:00
Bug#42937 strings/CHARSET_INFO.txt not included in source distributions
The reference manual has instructions for adding new character sets, and refers to the string/CHARSET_INFO.txt file. This file is currently not present in the distribution. Modify the build to include this file in the distribution.
This commit is contained in:
parent
62adf8953a
commit
b741553087
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ EXTRA_DIST = ctype-big5.c ctype-cp932.c ctype-czech.c ctype-eucjpms.c ctype-euc
|
|||
bmove_upp-sparc.s strappend-sparc.s strend-sparc.s \
|
||||
strinstr-sparc.s strmake-sparc.s strmov-sparc.s \
|
||||
strnmov-sparc.s strstr-sparc.s strxmov-sparc.s \
|
||||
t_ctype.h CMakeLists.txt
|
||||
t_ctype.h CMakeLists.txt CHARSET_INFO.txt
|
||||
|
||||
libmystrings_a_LIBADD=
|
||||
conf_to_src_SOURCES = conf_to_src.c xml.c ctype.c bcmp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue