X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9becb862255084eeaa9b26922c5c2a49caa3950..65d8ef1e73ebb4906cb4a45acfb9e466413fd284:/Makefile.in diff --git a/Makefile.in b/Makefile.in index b34f5f24db..b204c8994c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -405,8 +405,8 @@ win32install: preinstall $(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 $(include)/wx/msw/gnuwin32 - $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/gl/*.h $(include)/wx/msw/gnuwin32/gl + $(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 @@ -510,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; \