mirror of
https://github.com/MariaDB/server.git
synced 2025-07-22 03:08:18 +02:00
19 lines
279 B
Makefile
19 lines
279 B
Makefile
SUBDIRS = \
|
|
tokenizers \
|
|
suggest \
|
|
query_expanders \
|
|
ruby \
|
|
token_filters \
|
|
sharding \
|
|
functions \
|
|
expression_rewriters
|
|
|
|
EXTRA_DIST = \
|
|
CMakeLists.txt
|
|
|
|
if WITH_MRUBY
|
|
dist_plugins_DATA = \
|
|
$(ruby_scripts)
|
|
endif
|
|
|
|
include ruby_scripts.am
|