From 26e77e002768c19226809561d09374568ea381b8 Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Wed, 24 Feb 2010 19:19:24 +0000 Subject: Some CMake packaging fixes: - Remove INSTALL-BINARY from installed docs directory, we provide a copy in the root directory (but perhaps this should be revisited later). - Disable audit_null and daemon_example plugins. - Fix the docs directory. - Remove mysql-test/Makefile.in - Build and install mysql_tzinfo_to_sql - Remove share/charsets/languages.html --- mysql-test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/CMakeLists.txt') diff --git a/mysql-test/CMakeLists.txt b/mysql-test/CMakeLists.txt index 75e7502751c..794f286ac56 100644 --- a/mysql-test/CMakeLists.txt +++ b/mysql-test/CMakeLists.txt @@ -23,6 +23,7 @@ INSTALL( PATTERN "mtr.out*" EXCLUDE PATTERN ".cvsignore" EXCLUDE PATTERN "*.am" EXCLUDE + PATTERN "*.in" EXCLUDE ) -- cgit v1.2.1