Mercurial > pidgin.yaz
view pidgin/pixmaps/status/Makefile.mingw @ 15396:eb93d03ed6c7
More ignoration fixes
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Tue, 23 Jan 2007 19:45:31 +0000 |
parents | 98bf1dac044d |
children | ded8da3de5f8 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim 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;