Mercurial > pidgin.yaz
view pidgin/pixmaps/icons/Makefile.mingw @ 21334:e76b99d95214
disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Nov 2007 23:01:26 +0000 |
parents | f6b8e720dfea |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # include ./Makefile.am install: install_real: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ if [ "$$subdir" != "22" ]; then \ $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ fi; \ done; \ fi;