mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01: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
 |