Mercurial > pidgin.yaz
view pidgin/pixmaps/toolbar/Makefile.mingw @ 16286:3974d12a56ec
Fix ignore in chats when using right-click on a nick in the conversation
window instead of the chat users list.
Fixes #227
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 21 Apr 2007 14:02:48 +0000 |
parents | ad9e09c331f5 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ done; \ fi;