Mercurial > pidgin.yaz
view pidgin/pixmaps/protocols/Makefile.mingw @ 17314:42c2d75b3d3e
Update a comment: We don't check idle status every 5 seconds any more.
Fixes #1113
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 25 May 2007 16:17:50 +0000 |
parents | ded8da3de5f8 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # include ./Makefile.am .PHONY: install install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ done; \ fi;