]> git.saurik.com Git - wxWidgets.git/commitdiff
Added Makefile.am in include/wx/html (needed for installation of header files)
authorHarco de Hilster <harcoh@caos.kun.nl>
Fri, 9 Jul 1999 18:00:56 +0000 (18:00 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Fri, 9 Jul 1999 18:00:56 +0000 (18:00 +0000)
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

configure.in
include/wx/html/Makefile.am [new file with mode: 0644]

index a2047c8239282ac3c9d7a9c58ca79ffe482086da..52573e046be20d6ecfc5301e5c3f63daa2147727 100644 (file)
@@ -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 (file)
index 0000000..ed40230
--- /dev/null
@@ -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