mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
18 lines
249 B
Makefile
18 lines
249 B
Makefile
SUBDIRS = \
|
|
tokenizers \
|
|
suggest \
|
|
table \
|
|
query_expanders \
|
|
ruby \
|
|
token_filters \
|
|
sharding
|
|
|
|
EXTRA_DIST = \
|
|
CMakeLists.txt
|
|
|
|
if WITH_MRUBY
|
|
dist_plugins_DATA = \
|
|
$(ruby_scripts)
|
|
endif
|
|
|
|
include ruby_scripts.am
|