8 lines
		
	
	
		
			267 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			267 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
#Use the '-I' prefix for include and '-L' for library directories
 | 
						|
#You can use multiple library and include directories
 | 
						|
 | 
						|
#Path to the rabbitmq-c and mysqlclient libraries
 | 
						|
LIBRARY_DIRS :=-L/usr/lib64
 | 
						|
 | 
						|
#path to headers
 | 
						|
INCLUDE_DIRS :=-I/usr/include -I/usr/include/mysql |