Mercurial > pidgin.yaz
view pidgin/pixmaps/animations/Makefile.mingw @ 17442:2284a8aad9ef
merge of '4751c73009c45ab1f2514522886dc9d36f66c7fb'
and '646d2996dcbe3086c189b9eb507aeb6b1a00380d'
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 29 May 2007 04:43:56 +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;