diff options
author | serg@serg.mylan <> | 2003-10-15 18:05:04 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2003-10-15 18:05:04 +0200 |
commit | 0ee817e737f79c91a44cbcdf018b97a2486df3aa (patch) | |
tree | 46e12017301c2460ba8df67a7fdb5d4ef4a98f21 /mysys/Makefile.am | |
parent | 50c8b7c13bf991bf4dbc1c4da3da8c2665df4810 (diff) | |
download | mariadb-git-0ee817e737f79c91a44cbcdf018b97a2486df3aa.tar.gz |
cleanup
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 6ec1e1ec40d..5ff682fbc80 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -39,7 +39,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\ mf_format.c mf_same.c mf_dirname.c mf_fn_ext.c \ my_symlink.c my_symlink2.c \ mf_pack.c mf_unixpath.c mf_strip.c \ - mf_soundex.c mf_wcomp.c mf_wfile.c \ + mf_wcomp.c mf_wfile.c \ mf_qsort.c mf_qsort2.c mf_sort.c \ ptr_cmp.c mf_radix.c queues.c \ tree.c list.c hash.c array.c string.c typelib.c \ |