mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
This commit is contained in:
		
							parent
							
								
									d3b023ed7d
								
							
						
					
					
						commit
						25f0ba4be1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -72,5 +72,5 @@ if HAVE_POPPLER
 | 
				
			||||||
poppler_programs = view
 | 
					poppler_programs = view
 | 
				
			||||||
view_SOURCES = view.c
 | 
					view_SOURCES = view.c
 | 
				
			||||||
view_LDADD = $(toolkit_libs) $(POPPLER_LIBS)
 | 
					view_LDADD = $(toolkit_libs) $(POPPLER_LIBS)
 | 
				
			||||||
view_CPPFLAGS = $(POPPLER_CFLAGS)
 | 
					view_CPPFLAGS = $(AM_CPPFLAGS) $(POPPLER_CFLAGS)
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue