view pidgin/pixmaps/tray/Makefile.mingw @ 18710:bdb9c5c8673f

merge of 'd62530e56364e9c7a5f668e2a13a409b5d552545' and 'efdcb1bc52a95b3d7a37daa2dbb5649c7c5cd770'
author Ka-Hing Cheung <khc@hxbc.us>
date Sat, 28 Jul 2007 20:52:06 +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;