git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ## Purpose: The automake makefile for wxWindows (include/wx/unix subdir)
 | |
| ## Author:  Vadim Zeitlin
 | |
| ## Version: $Id$
 | |
| ##
 | |
| ## Process this file with automake to produce Makefile.in
 | |
| 
 | |
| wx_unix_includedir = ${includedir}/wx/unix
 | |
| wx_unix_include_HEADERS = execute.h
 | |
| 
 |