Fri, 27 Apr 2007 02:09:55 +0000
Don't install the pidgin icon on win32 since we use pidgin.ico.
| pidgin/pixmaps/icons/Makefile.mingw | file | annotate | diff | comparison | revisions |
--- 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; +