diff options
Diffstat (limited to 'cmake/Makefile.am')
-rw-r--r-- | cmake/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cmake/Makefile.am b/cmake/Makefile.am new file mode 100644 index 00000000000..2326f787ab8 --- /dev/null +++ b/cmake/Makefile.am @@ -0,0 +1,21 @@ +EXTRA_DIST = \ + cat.cmake \ + check_minimal_version.cmake \ + create_initial_db.cmake.in \ + make_dist.cmake.in \ + dtrace.cmake \ + abi_check.cmake \ + bison.cmake \ + configure.pl \ + character_sets.cmake \ + misc.cmake \ + readline.cmake \ + mysql_version.cmake \ + install_macros.cmake \ + ssl.cmake \ + plugin.cmake \ + zlib.cmake \ + stack_direction.c \ + do_abi_check.cmake \ + merge_archives_unix.cmake.in \ + dtrace_prelink.cmake |