From: Harco de Hilster Date: Fri, 9 Jul 1999 18:00:56 +0000 (+0000) Subject: Added Makefile.am in include/wx/html (needed for installation of header files) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/77133f2d9c03be19df34ef024a63854dc5dcf184?ds=sidebyside Added Makefile.am in include/wx/html (needed for installation of header files) 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 --- 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