X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a0a092b3ce366c32f1c0389c356c29cc312cd68..3d7e30a4186cc3379c3b21040712181a3c6d0b3b:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index a59f072d30..850e6cb6f9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -79,6 +79,10 @@ install:: for f in *.h ; do \ rm -f $(includedir)/wx/$$f ; \ $(INSTALL_DATA) $$f $(includedir)/wx/$$f ; \ + done ; \ + for f in *.cpp ; do \ + rm -f $(includedir)/wx/$$f ; \ + $(INSTALL_DATA) $$f $(includedir)/wx/$$f ; \ done @echo " Copying headers from /include/wx/gtk" @cd $(WXBASEDIR)/include/wx/gtk ; \ @@ -86,7 +90,7 @@ install:: for f in *.h ; do \ rm -f $(includedir)/wx/gtk/$$f ; \ $(INSTALL_DATA) $$f $(includedir)/wx/gtk/$$f ; \ - done ; + done @echo " Copying headers from /include/wx/generic" @cd $(WXBASEDIR)/include/wx/generic ; \ $(INSTALL) -d $(includedir)/wx/generic ; \