]>
Commit | Line | Data |
---|---|---|
77133f2d HH |
1 | ## Purpose: The automake makefile for wxWindows (include/wx/html subdir) |
2 | ## Author: Harm van der Heijden | |
3 | ## | |
4 | ## Process this file with automake to produce Makefile.in | |
5 | ||
6 | wx_html_includedir = ${includedir}/wx/html | |
7 | wx_html_include_HEADERS = \ | |
8 | forcelink.h \ | |
9 | htmlcell.h \ | |
10 | htmldefs.h \ | |
11 | htmlfilter.h \ | |
12 | htmlhelp.h \ | |
13 | htmlparser.h \ | |
14 | htmltag.h \ | |
15 | htmlwin.h \ | |
16 | htmlwinparser.h \ | |
d4c241b9 RR |
17 | mod_templ.h \ |
18 | version.h |