Don't install the pidgin icon on win32 since we use pidgin.ico.

Fri, 27 Apr 2007 02:09:55 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 27 Apr 2007 02:09:55 +0000
changeset 16516
816ea85e65b3
parent 16515
830736497494
child 16547
e017f8d4fe9e

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;
+

mercurial