summaryrefslogtreecommitdiffstats
path: root/storage/mroonga/vendor/groonga/lib/mrb/scripts/command_line/Makefile.am
blob: 8d580810674ae9143745c61b9739e4c4467cd22c (plain)
1
2
3
4
5
6
7
8
9
include sources.am

EXTRA_DIST =					\
	$(RUBY_SCRIPT_FILES)

if WITH_MRUBY
ruby_scripts_command_linedir = $(ruby_scriptsdir)/command_line
ruby_scripts_command_line_DATA = $(RUBY_SCRIPT_FILES)
endif