view pidgin/pixmaps/buddy_icons/Makefile.mingw @ 16387:414b9c9405fd

propagate from branch 'im.pidgin.pidgin' (head efad0dfb8f3cfbe4b837192b16689470c201d03a) to branch 'im.pidgin.rlaager.gaim_migration' (head bfd4aafa5fc4e55af7283d4dd1b7d825cd6e9f62)
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Apr 2007 00:57:53 +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;