wmacpiload: Avoid warning in Makefile.am
This patch remove the warning about the old keywords "CPPFLAGS" and "INCLUDES" using AM_CPPFLAGS.
This commit is contained in:
		
							parent
							
								
									347c42f0a1
								
							
						
					
					
						commit
						a5dd70c29d
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -8,9 +8,7 @@ wmacpiload_SOURCES =   \
 | 
			
		|||
	backdrop_on.xpm \
 | 
			
		||||
	parts.xpm
 | 
			
		||||
 | 
			
		||||
CPPFLAGS = @CPPFLAGS@ @DFLAGS@
 | 
			
		||||
 | 
			
		||||
INCLUDES = @HEADER_SEARCH_PATH@
 | 
			
		||||
AM_CPPFLAGS = @CPPFLAGS@ @DFLAGS@ @HEADER_SEARCH_PATH@
 | 
			
		||||
 | 
			
		||||
wmacpiload_LDADD = @LIBRARY_SEARCH_PATH@ @XLIBS@
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue