diff --git a/configure.in b/configure.in index a2047c8239..52573e046b 100644 --- a/configure.in +++ b/configure.in @@ -2013,6 +2013,7 @@ fi 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 @@ -2147,6 +2148,7 @@ dnl samples/Makefile samples/minimal/Makefile 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 diff --git a/include/wx/html/Makefile.am b/include/wx/html/Makefile.am new file mode 100644 index 0000000000..ed4023095d --- /dev/null +++ b/include/wx/html/Makefile.am @@ -0,0 +1,19 @@ +## 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