Codebase list groonga / debian/9.0.3-1 plugins / Makefile.am
debian/9.0.3-1

Tree @debian/9.0.3-1 (Download .tar.gz)

Makefile.am @debian/9.0.3-1raw · history · blame

SUBDIRS =					\
	tokenizers				\
	suggest					\
	query_expanders				\
	ruby					\
	token_filters				\
	sharding				\
	functions

EXTRA_DIST =					\
	CMakeLists.txt

if WITH_MRUBY
dist_plugins_DATA =				\
	$(ruby_scripts)
endif

include ruby_scripts.am