1999-06-02 08:34:09 +00:00
|
|
|
## 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 \
|
1999-07-03 16:40:54 +00:00
|
|
|
extdlgg.h \
|
1999-06-02 08:34:09 +00:00
|
|
|
fontdlgg.h \
|
|
|
|
gridg.h \
|
|
|
|
helpext.h \
|
1999-07-21 15:01:56 +00:00
|
|
|
helpwxht.h \
|
1999-06-02 08:34:09 +00:00
|
|
|
helphtml.h \
|
|
|
|
helpxlp.h \
|
|
|
|
imaglist.h \
|
|
|
|
laywin.h \
|
|
|
|
listctrl.h \
|
|
|
|
msgdlgg.h \
|
|
|
|
notebook.h \
|
|
|
|
panelg.h \
|
|
|
|
printps.h \
|
|
|
|
prntdlgg.h \
|
|
|
|
progdlgg.h \
|
|
|
|
sashwin.h \
|
|
|
|
scrolwin.h \
|
|
|
|
splitter.h \
|
|
|
|
statusbr.h \
|
|
|
|
tabg.h \
|
|
|
|
textdlgg.h \
|
1999-06-26 11:56:44 +00:00
|
|
|
treectrl.h
|
|
|
|
|
|
|
|
# why do these get installed ?
|
|
|
|
# info.xpm \
|
|
|
|
# question.xpm \
|
|
|
|
# error.xpm \
|
|
|
|
# warning.xpm
|