mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
19 lines
265 B
Makefile
19 lines
265 B
Makefile
SUBDIRS = \
|
|
tokenizers \
|
|
suggest \
|
|
table \
|
|
query_expanders \
|
|
ruby \
|
|
token_filters \
|
|
sharding \
|
|
functions
|
|
|
|
EXTRA_DIST = \
|
|
CMakeLists.txt
|
|
|
|
if WITH_MRUBY
|
|
dist_plugins_DATA = \
|
|
$(ruby_scripts)
|
|
endif
|
|
|
|
include ruby_scripts.am
|