d4c241b9e6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 lines
388 B
Makefile
19 lines
388 B
Makefile
## Purpose: The automake makefile for wxWindows (include/wx/html subdir)
|
|
## Author: Harm van der Heijden
|
|
##
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
wx_html_includedir = ${includedir}/wx/html
|
|
wx_html_include_HEADERS = \
|
|
forcelink.h \
|
|
htmlcell.h \
|
|
htmldefs.h \
|
|
htmlfilter.h \
|
|
htmlhelp.h \
|
|
htmlparser.h \
|
|
htmltag.h \
|
|
htmlwin.h \
|
|
htmlwinparser.h \
|
|
mod_templ.h \
|
|
version.h
|