summaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-08-31 18:33:19 +0400
committerAlexander Nozdrin <alik@sun.com>2010-08-31 18:33:19 +0400
commiteb129d003e14e93ff3807e2cf4f6591285277f38 (patch)
tree8625ca4453d38efcade52627994f213d1702a6ef /include/CMakeLists.txt
parent316e9d63392476de532786f8a6e30d3e6e32b0e4 (diff)
downloadmariadb-git-eb129d003e14e93ff3807e2cf4f6591285277f38.tar.gz
Cherry-picking patch for Bug#55846.
Original changeset: ------------------------------------------------------------ revno: 3186 revision-id: davi.arnaut@oracle.com-20100831142822-2qhufn3hho4xqr4p parent: gshchepa@mysql.com-20100830222201-ie7n43mjy4irlllk committer: Davi Arnaut <davi.arnaut@oracle.com> branch nick: mysql-5.5-merge timestamp: Tue 2010-08-31 11:28:22 -0300 message: Bug#55846: Link tests fail on Windows - my_compiler.h missing Make the my_compiler.h header, like my_attribute.h, part of the distribution. This is required due to the dependency of the former on the latter (which can undefine __attribute__). ------------------------------------------------------------
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r--include/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index aee7561d242..5334fc0f5ae 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -54,6 +54,7 @@ SET(HEADERS
keycache.h
m_ctype.h
my_attribute.h
+ my_compiler.h
${HEADERS_GEN_CONFIGURE}
)