changeset 16466:fe792a7b7ee3

Don't install the pidgin icon on win32 since we use pidgin.ico.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 27 Apr 2007 02:09:55 +0000
parents 53e3f929c86f
children 3c01acbf3478
files pidgin/pixmaps/icons/Makefile.mingw
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
+