# HG changeset patch # User Daniel Atallah # Date 1177639795 0 # Node ID fe792a7b7ee344b3cdf7b7bc1b96295ca0760a22 # Parent 53e3f929c86f30e0505543caa6b1b1ad19f7fecc Don't install the pidgin icon on win32 since we use pidgin.ico. diff -r 53e3f929c86f -r fe792a7b7ee3 pidgin/pixmaps/icons/Makefile.mingw --- a/pidgin/pixmaps/icons/Makefile.mingw Fri Apr 27 01:48:41 2007 +0000 +++ b/pidgin/pixmaps/icons/Makefile.mingw Fri Apr 27 02:09:55 2007 +0000 @@ -7,8 +7,11 @@ include ./Makefile.am install: + +install_real: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ done; \ fi; +