mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| dist-hook:
 | |
| 	if [ -n "`find mroonga -name '*.reject'`" ]; then	\
 | |
| 	  echo "reject files exist";				\
 | |
| 	  exit 1;						\
 | |
| 	fi
 | |
| 
 | |
| EXTRA_DIST =					\
 | |
| 	mroonga
 | 
