Mercurial > pidgin.yaz
view pidgin/pixmaps/icons/Makefile.mingw @ 17051:1863cdac4be3
If Google Talk tells you a roster item as a none subscription, we probably don't ever want to show it. Fixes #1189
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 23 May 2007 21:27:24 +0000 |
parents | fe792a7b7ee3 |
children | f6b8e720dfea |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # 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;