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