mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 18:36:12 +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
 | 
