# HG changeset patch # User Stu Tomlinson # Date 1194804921 0 # Node ID ff8dc621f3c3547982fa32e9e2f9c9b3b9afaf54 # Parent f96753f6358762df8f7454ab5c5cdb1adeb173ef Fix win32 build following death of share/Makefile.mingw diff -r f96753f63587 -r ff8dc621f3c3 Makefile.mingw --- a/Makefile.mingw Sun Nov 11 18:11:50 2007 +0000 +++ b/Makefile.mingw Sun Nov 11 18:15:21 2007 +0000 @@ -86,7 +86,8 @@ ifndef DISABLE_NLS $(MAKE) -C $(PURPLE_PO_TOP) -f $(MINGW_MAKEFILE) install endif - $(MAKE) -C share -f $(MINGW_MAKEFILE) install + $(MAKE) -C share/ca-certs -f $(MINGW_MAKEFILE) install + $(MAKE) -C share/sounds -f $(MINGW_MAKEFILE) install create_release_install_dir: install rm -rf $(STRIPPED_RELEASE_DIR)