Mercurial > pidgin
view pidgin/pixmaps/buddy_icons/Makefile.mingw @ 16982:87e6707b512f
merge of '4c166ec2780777ec3a8a3f5ad6774ec0a47c35e2'
and 'a7fe56508258038ba8b2ff7bb614d603136301ba'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 09 May 2007 22:04:39 +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;