You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							|  | noinst_LTLIBRARIES = libshared.la
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | libshared_la_LIBADD = $(SHARED_LIBS)
 | 
						
						
						
							|  | AM_CPPFLAGS = $(SHARED_CFLAGS)
 | 
						
						
						
							|  | AM_CFLAGS = $(GCC_CFLAGS)
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | libshared_la_SOURCES =				\
 | 
						
						
						
							|  | 	config-parser.c				\
 | 
						
						
						
							|  | 	option-parser.c				\
 | 
						
						
						
							|  | 	image-loader.c				\
 | 
						
						
						
							|  | 	config-parser.h				\
 | 
						
						
						
							|  | 	cairo-util.c				\
 | 
						
						
						
							|  | 	cairo-util.h
 | 
						
						
						
							|  | 
 |