view pidgin/pixmaps/toolbar/Makefile.mingw @ 16702:7891f854bbb8

disapproval of revision '6784458226495385202ec621f5d645002ea93d07'
author Richard Laager <rlaager@wiktel.com>
date Thu, 03 May 2007 22:07:58 +0000
parents ad9e09c331f5
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;