Mercurial > pidgin.yaz
view pidgin/pixmaps/dialogs/Makefile.mingw @ 20278:92d14ab89e6e
applied changes from 99f8d517ae6588b2dba3527cb0951f32e640ff57
through c96ba4911be2d71dc65eafb95c21c387e3d05210
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sat, 29 Sep 2007 04:33:19 +0000 |
parents | ded8da3de5f8 |
children |
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;