1a519eb007
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
39 lines
656 B
Makefile
39 lines
656 B
Makefile
## Purpose: The automake makefile for wxWindows (include/wx/generic subdir)
|
|
## Author: Vadim Zeitlin
|
|
## Version: $Id$
|
|
##
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
wx_generic_includedir = ${includedir}/wx/generic
|
|
wx_generic_include_HEADERS = \
|
|
caret.h \
|
|
choicdgg.h \
|
|
colrdlgg.h \
|
|
dcpsg.h \
|
|
dirdlgg.h \
|
|
error.xpm \
|
|
fontdlgg.h \
|
|
gridg.h \
|
|
helpext.h \
|
|
helphtml.h \
|
|
helpxlp.h \
|
|
imaglist.h \
|
|
info.xpm \
|
|
laywin.h \
|
|
listctrl.h \
|
|
msgdlgg.h \
|
|
notebook.h \
|
|
panelg.h \
|
|
printps.h \
|
|
prntdlgg.h \
|
|
progdlgg.h \
|
|
question.xpm \
|
|
sashwin.h \
|
|
scrolwin.h \
|
|
splitter.h \
|
|
statusbr.h \
|
|
tabg.h \
|
|
textdlgg.h \
|
|
treectrl.h \
|
|
warning.xpm
|