]>
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 \ | |
329e86bf | 14 | extdlgg.h \ |
1a519eb0 VZ |
15 | fontdlgg.h \ |
16 | gridg.h \ | |
17 | helpext.h \ | |
18 | helphtml.h \ | |
19 | helpxlp.h \ | |
20 | imaglist.h \ | |
1a519eb0 VZ |
21 | laywin.h \ |
22 | listctrl.h \ | |
23 | msgdlgg.h \ | |
24 | notebook.h \ | |
25 | panelg.h \ | |
26 | printps.h \ | |
27 | prntdlgg.h \ | |
28 | progdlgg.h \ | |
1a519eb0 VZ |
29 | sashwin.h \ |
30 | scrolwin.h \ | |
31 | splitter.h \ | |
32 | statusbr.h \ | |
33 | tabg.h \ | |
34 | textdlgg.h \ | |
57dde4bd RR |
35 | treectrl.h |
36 | ||
37 | # why do these get installed ? | |
38 | # info.xpm \ | |
39 | # question.xpm \ | |
40 | # error.xpm \ | |
41 | # warning.xpm |