]>
Commit | Line | Data |
---|---|---|
1a519eb0 VZ |
1 | ## Purpose: The automake makefile for wxWindows (include/wx/generic subdir) |
2 | ## Author: Vadim Zeitlin | |
3 | ## Version: $Id$ | |
4 | ## | |
5 | ## Process this file with automake to produce Makefile.in | |
6 | ||
7 | wx_generic_includedir = ${includedir}/wx/generic | |
8 | wx_generic_include_HEADERS = \ | |
9 | caret.h \ | |
10 | choicdgg.h \ | |
11 | colrdlgg.h \ | |
12 | dcpsg.h \ | |
13 | dirdlgg.h \ | |
14 | error.xpm \ | |
15 | fontdlgg.h \ | |
16 | gridg.h \ | |
17 | helpext.h \ | |
18 | helphtml.h \ | |
19 | helpxlp.h \ | |
20 | imaglist.h \ | |
21 | info.xpm \ | |
22 | laywin.h \ | |
23 | listctrl.h \ | |
24 | msgdlgg.h \ | |
25 | notebook.h \ | |
26 | panelg.h \ | |
27 | printps.h \ | |
28 | prntdlgg.h \ | |
29 | progdlgg.h \ | |
30 | question.xpm \ | |
31 | sashwin.h \ | |
32 | scrolwin.h \ | |
33 | splitter.h \ | |
34 | statusbr.h \ | |
35 | tabg.h \ | |
36 | textdlgg.h \ | |
37 | treectrl.h \ | |
38 | warning.xpm |