Mercurial > pidgin.yaz
view pidgin/pixmaps/toolbar/Makefile.mingw @ 15704:6fb980722258
merge of '0f78eae62180df08349a7bebac400b35c8af75b8'
and 'aafde1f10d73a64e2613f10b1d18b92cd62e8ac2'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 25 Feb 2007 19:12:01 +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;