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