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
|
||
|
|