Mercurial > pidgin.yaz
view pidgin/pixmaps/protocols/Makefile.mingw @ 16572:40b90b191ff3
merge of '1e3cb16d9641b8ae1a8ed63860feb5e03b4a4890'
and 'f11ff4f3f5929845b5a51662b200df16da7e550f'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 28 Apr 2007 04:10:05 +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;