From bd37ea5198ed5ee7828b86264389ae80632715d6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Dec 2002 01:22:40 +0000 Subject: [PATCH] copy headers under wx/msw/gnuwin32 in make install git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 9f94e4d7c0..6fd77d678f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -398,11 +398,15 @@ m4datainstall: preinstall win32install: preinstall $(INSTALL) -d $(includedir)/wx/msw + $(INSTALL) -d $(includedir)/wx/msw/gnuwin32 + $(INSTALL) -d $(includedir)/wx/msw/gnuwin32/gl $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/*.cur \ $(top_srcdir)/include/wx/msw/*.ico \ $(top_srcdir)/include/wx/msw/*.bmp \ $(top_srcdir)/include/wx/msw/wx.rc \ $(includedir)/wx/msw + $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/*.h $(includedir)/wx/msw/gnuwin32 + $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/gl/*.h $(includedir)/wx/msw/gnuwin32/gl # this is the real install target: copies the library, wx-config and the # headers to the installation directory