diff options
author | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
commit | 818af46d6c3a44408bdd4dd77b3d5e9a76b5b893 (patch) | |
tree | f018e0ba3a16dbef55c7195250c190640678514d /strings | |
parent | 23982514c150938d252e16a222d7b4f314c4b9b9 (diff) | |
download | mariadb-git-818af46d6c3a44408bdd4dd77b3d5e9a76b5b893.tar.gz |
Reworked the RPM spec file and added several fixes to make the
build scripts work again.
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 a29c5a3365d..433b4398b61 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -45,7 +45,8 @@ 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-latin1_de.c \ ctype_autoconf.c \ - strto.c strings-x86.s longlong2str-x86.s \ + strto.c strings-x86.s \ + longlong2str.c longlong2str-x86.s \ strxmov.c bmove_upp.c strappend.c strcont.c strend.c \ strfill.c strcend.c is_prefix.c strstr.c strinstr.c \ strmake.c strnmov.c strmov.c strnlen.c \ |