X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4c3659cf2b1fc4ad90467c9b8d5f180d52908e9..99c2d4f20c4cba62dcd195afb9c85bc52ef577de:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 8b1e501dc9..b204c8994c 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 @@ -506,6 +510,7 @@ uninstall: @-rmdir $(datadir)/wx/$(VER_MAJMIN)/afm @-rmdir $(datadir)/wx/$(VER_MAJMIN) @-rmdir $(datadir)/wx + @$(RM) $(datadir)/aclocal/wxwin.m4 @echo " Removing headers..." @list='$(HEADERS)'; for p in $$list; do \ $(RM) $(includedir)/wx/$$p; \