Mercurial > pidgin.yaz
view pidgin/pixmaps/animations/Makefile.mingw @ 21344:80af064d311c
merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245'
and '471ae1ec0ae96bb44471811c3a0d6b905743a400'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Nov 2007 22:59:44 +0000 |
parents | ded8da3de5f8 |
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;