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 /libmysql | |
parent | 77dedc31e922d3bfdc4379f4be5b7a9ec02a309d (diff) | |
download | mariadb-git-e8a5d25bea8f4723ab0c357a071467e5f1915db5.tar.gz |
Rename cmakelists.txt -> CMakeLists.txt
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index 9a6f418fa49..787ffc51de7 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -31,7 +31,7 @@ include $(srcdir)/Makefile.shared libmysqlclient_la_SOURCES = $(target_sources) libmysqlclient_la_LIBADD = $(target_libadd) $(yassl_las) libmysqlclient_la_LDFLAGS = $(target_ldflags) -EXTRA_DIST = Makefile.shared libmysql.def dll.c mytest.c cmakelists.txt +EXTRA_DIST = Makefile.shared libmysql.def dll.c mytest.c CMakeLists.txt noinst_HEADERS = client_settings.h # This is called from the toplevel makefile |