diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-26 05:39:48 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-26 05:39:48 +0100 |
commit | 9129685e5103bbe23b1f66dc89b0f994c52600b9 (patch) | |
tree | 12bd4cc946e8564dee1b5fb2030283eec5878f24 /include/CMakeLists.txt | |
parent | 809e20f2d7875d22374e9209902c38d0b93e3cec (diff) | |
parent | f8a5a1284b4e37ce2b5ab9ef8dfba8522366bd11 (diff) | |
download | mariadb-git-9129685e5103bbe23b1f66dc89b0f994c52600b9.tar.gz |
merge, add plugin/audit_null/CMakeLists.txt
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 0d4220555f6..e2ef01b3b4c 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -27,6 +27,9 @@ SET(HEADERS_ABI my_list.h my_alloc.h typelib.h + mysql/plugin.h + mysql/plugin_audit.h + mysql/plugin_ftparser.h ) SET(HEADERS |