| 1 | ## Purpose: The automake makefile for wxWindows (include/wx/unix subdir) |
| 2 | ## Author: Vadim Zeitlin |
| 3 | ## Version: $Id$ |
| 4 | ## |
| 5 | ## Process this file with automake to produce Makefile.in |
| 6 | |
| 7 | wx_unix_includedir = ${includedir}/wx/unix |
| 8 | wx_unix_include_HEADERS = execute.h |
| 9 | |