diff options
author | monty@hundin.mysql.fi <> | 2002-03-06 19:53:31 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-03-06 19:53:31 +0200 |
commit | fa38c84be7d989edd97e84c85904137cef3c70d4 (patch) | |
tree | 2b4665ab89a9c440f5e2f451d1d745df1c15288d /strings | |
parent | 4508fbb558b793cd23d7bb6a77b135130c071d88 (diff) | |
parent | 668d09cc5c4e0c9e7c180f2dfb521244f325cf3f (diff) | |
download | mariadb-git-fa38c84be7d989edd97e84c85904137cef3c70d4.tar.gz |
merge
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 3bce48045b3..a29c5a3365d 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 \ |