summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/plugins/Makefile.am
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2015-02-17 13:34:27 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2015-02-17 13:34:27 +0900
commitf5dabd7acaaaf21019a59a641e090a7dfdaefae5 (patch)
tree1e8bc0ad46144127cbabe23cac945244b3cfbefc /storage/mroonga/vendor/groonga/plugins/Makefile.am
parent162446a6219ca77e35b4b05c71a9c3dd650d719a (diff)
downloadmariadb-git-f5dabd7acaaaf21019a59a641e090a7dfdaefae5.tar.gz
Update Mroonga to the latest version on 2015-02-17T13:34:27+0900
Diffstat (limited to 'storage/mroonga/vendor/groonga/plugins/Makefile.am')
-rw-r--r--storage/mroonga/vendor/groonga/plugins/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/storage/mroonga/vendor/groonga/plugins/Makefile.am b/storage/mroonga/vendor/groonga/plugins/Makefile.am
index 1d1abf1dee9..92007edd732 100644
--- a/storage/mroonga/vendor/groonga/plugins/Makefile.am
+++ b/storage/mroonga/vendor/groonga/plugins/Makefile.am
@@ -4,7 +4,15 @@ SUBDIRS = \
table \
query_expanders \
ruby \
- token_filters
+ token_filters \
+ sharding
EXTRA_DIST = \
CMakeLists.txt
+
+if WITH_MRUBY
+dist_plugins_DATA = \
+ $(ruby_scripts)
+endif
+
+include ruby_scripts.am