view pidgin/pixmaps/protocols/Makefile.mingw @ 21343:2ae1233bd6b2

merge of '2af6143b8106e9e17b15eacee5bd408d8b7fc91a' and '9d6b27d8f2e6f67edbf460949a3d074185eaa47e'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:30 +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;