diff options
author | Narayanan V <v.narayanan@sun.com> | 2009-03-11 12:41:59 +0530 |
---|---|---|
committer | Narayanan V <v.narayanan@sun.com> | 2009-03-11 12:41:59 +0530 |
commit | c1f335237bd0cbf00b6860ba5f18cd1deff7d94c (patch) | |
tree | d1d32ba34d2aa4003e5e1257eee25b5e406ea070 /strings/Makefile.am | |
parent | 0614532a92d482eb31b6a2e1043f2b3b612b2e1f (diff) | |
download | mariadb-git-c1f335237bd0cbf00b6860ba5f18cd1deff7d94c.tar.gz |
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.
strings/Makefile.am:
modify EXTRA_DIST to include the CHARSET_INFO file.
Diffstat (limited to 'strings/Makefile.am')
-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 ffca972459b..f0d6585dee4 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -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 |