diff options
author | Georgi Kodinov <joro@sun.com> | 2009-03-24 15:58:52 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-03-24 15:58:52 +0200 |
commit | c36e935ac243e439012764fbbd87c460ff8ce9db (patch) | |
tree | 52d5e2538b0d3d438c092ff518220c8a1b274613 /strings | |
parent | 515e83cc8e6e0b54e411758e2baeb1030076cd7c (diff) | |
parent | dad07ffe9ed5711b66d86d18d9cdf814f472d49a (diff) | |
download | mariadb-git-c36e935ac243e439012764fbbd87c460ff8ce9db.tar.gz |
merged 5.0-bugteam -> 5.1-bugteam
Diffstat (limited to 'strings')
-rw-r--r-- | strings/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index b3792d308c4..ddd41e627dc 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -53,7 +53,8 @@ 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 my_strchr.c CMakeLists.txt + t_ctype.h my_strchr.c CMakeLists.txt \ + CHARSET_INFO.txt libmystrings_a_LIBADD= conf_to_src_SOURCES = conf_to_src.c xml.c ctype.c bcmp.c |