Mercurial > pidgin.yaz
view pidgin/pixmaps/emblems/Makefile.mingw @ 15839:90188f78beeb
merge of '86166d6c6bbbb2db3ad947a061bfb6f4f13d9d1c'
and '9d39bda320a4f35bdab8e3a3ec39c79d34ddedc8'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 19 Mar 2007 17:37:34 +0000 |
parents | d79ca56a4626 |
children | ded8da3de5f8 |
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;