diff options
author | unknown <msvensson@neptunus.(none)> | 2006-05-12 10:51:07 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-05-12 10:51:07 +0200 |
commit | e8a5d25bea8f4723ab0c357a071467e5f1915db5 (patch) | |
tree | 468e8f5b43953def8f7211d7566a8bbb6ad51e23 /mysys/Makefile.am | |
parent | 77dedc31e922d3bfdc4379f4be5b7a9ec02a309d (diff) | |
download | mariadb-git-e8a5d25bea8f4723ab0c357a071467e5f1915db5.tar.gz |
Rename cmakelists.txt -> CMakeLists.txt
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 abc5cc142f5..1241e8cdded 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -57,7 +57,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c my_mmap.c \ my_windac.c my_access.c base64.c EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \ thr_mutex.c thr_rwlock.c \ - cmakelists.txt mf_soundex.c \ + CMakeLists.txt mf_soundex.c \ my_conio.c my_wincond.c my_winsem.c my_winthread.c libmysys_a_LIBADD = @THREAD_LOBJECTS@ # test_dir_DEPENDENCIES= $(LIBRARIES) |