summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/include
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-09-09 14:09:09 +0200
committerSergei Golubchik <sergii@pisem.net>2013-09-09 14:09:09 +0200
commit3e5b21067b2a2489a59376b9f66abf1eaf63fc27 (patch)
treeda72d0ab7ed6bf7e0762b73454eaae88528b4c9c /storage/tokudb/ft-index/include
parent5b2e3b01f07e6b82e47a18c977d77eccfcd1ca13 (diff)
downloadmariadb-git-3e5b21067b2a2489a59376b9f66abf1eaf63fc27.tar.gz
MariaDB-tokudb-engine.rpm
cmake/plugin.cmake: * auto-create an rpm for a plugin, if it places itself in a new component storage/tokudb/CMakeLists.txt: install tokudb in COMPONENT tokudb-engine. this automatically creates a separate rpm for it.
Diffstat (limited to 'storage/tokudb/ft-index/include')
-rw-r--r--storage/tokudb/ft-index/include/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/tokudb/ft-index/include/CMakeLists.txt b/storage/tokudb/ft-index/include/CMakeLists.txt
index ba9cd7c5604..641a6820d96 100644
--- a/storage/tokudb/ft-index/include/CMakeLists.txt
+++ b/storage/tokudb/ft-index/include/CMakeLists.txt
@@ -1,4 +1,4 @@
install(
FILES tdb-internal.h
- DESTINATION include
+ DESTINATION ${INSTALL_INCLUDEDIR}
)