mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +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
 |