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
This commit is contained in:
19
include/wx/html/Makefile.am
Normal file
19
include/wx/html/Makefile.am
Normal file
@@ -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
|
Reference in New Issue
Block a user