view pidgin/pixmaps/protocols/Makefile.mingw @ 25476:6cbc4478977b

merge of '6ede43d45490ec8d91a1bf2f5877b461519b474b' and 'e21158cc8e22e73a3703ee15a65535114427a105'
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 02 May 2007 19:01:24 +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;