Mercurial > pidgin.yaz
view pidgin/pixmaps/status/Makefile.mingw @ 20228:0bf3907e62fd
applied changes from 813313930984d57208e5079d304d5a7c21c6b848
through 02a707bbb0cf1cab4c65c4977bed39c67c5b2452
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 15:50:22 +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;