mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| AM_CPPFLAGS =					\
 | |
| 	$(MYSQL_INCLUDES)			\
 | |
| 	$(GROONGA_CFLAGS)			\
 | |
| 	-I$(top_srcdir)				\
 | |
| 	-I$(top_srcdir)/lib
 | |
| 
 | |
| noinst_LTLIBRARIES =				\
 | |
| 	libmrn_udf.la
 | |
| 
 | |
| include sources.am
 | 
