diff options
author | sasha@mysql.sashanet.com <> | 2002-02-16 11:32:06 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-02-16 11:32:06 -0700 |
commit | bcd8cd137239923c8eb7f356cd4f4073a223aa81 (patch) | |
tree | 11aa4f519717228eb4e5fcb3392004bb25fa677b /strings | |
parent | ad308746ea2a455bf90565a7c6c15f227a50e9e4 (diff) | |
download | mariadb-git-bcd8cd137239923c8eb7f356cd4f4073a223aa81.tar.gz |
updated build scripts for new Linux build
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 6bf21d630f3..4c42f1ccb96 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -51,7 +51,8 @@ EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \ strmake.c strnmov.c strmov.c strnlen.c \ 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 + strnmov-sparc.s strstr-sparc.s strxmov-sparc.s \ + t_ctype.h OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ __math.h time.h __time.h unistd.h __unistd.h types.h \ |