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 | 7828e8522b571ffc0c8deffd2a0b3b1f9ce47ead (patch) | |
tree | 468e8f5b43953def8f7211d7566a8bbb6ad51e23 /storage/example | |
parent | 8e25368b0d7707e14945e568c12a6bc80412a548 (diff) | |
download | mariadb-git-7828e8522b571ffc0c8deffd2a0b3b1f9ce47ead.tar.gz |
Rename cmakelists.txt -> CMakeLists.txt
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am index 9c4bedb2160..db3e35e4315 100644 --- a/storage/example/Makefile.am +++ b/storage/example/Makefile.am @@ -47,6 +47,6 @@ libexample_a_CFLAGS = $(AM_CFLAGS) libexample_a_SOURCES= ha_example.cc -EXTRA_DIST = cmakelists.txt +EXTRA_DIST = CMakeLists.txt # Don't update the files from bitkeeper %::SCCS/s.% |