Mercurial > pidgin.yaz
view pidgin/pixmaps/toolbar/Makefile.mingw @ 20108:88b97e07f35f
merge of '688a896af7f228132e0f78057e7ed5812c3f7b13'
and 'a6d6e5d83afac011fd739de6e393618695171e7c'
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Tue, 18 Sep 2007 16:32:46 +0000 |
parents | ad9e09c331f5 |
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;