Patched configure.in so that creates a Makefile there.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2971
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if test "$wxUSE_HTML" = "yes"; then
AC_DEFINE(wxUSE_HTML)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
+ INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
fi
if test "$wxUSE_VALIDATORS" = "yes"; then
include/wx/msw/Makefile
include/wx/protocol/Makefile
include/wx/unix/Makefile
+ include/wx/html/Makefile
misc/Makefile
misc/afm/Makefile
misc/gs_afm/Makefile
--- /dev/null
+## 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 \
+msw \
+version.h