view pidgin/pixmaps/icons/Makefile.mingw @ 20078:8c33d2e73060

merge of '13c22e794b21817fd09887f5a0d20def762f5203' and '8f765c8b1620e8ac488e2be4e987153c51ba2f0a'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Sep 2007 23:40:00 +0000
parents f6b8e720dfea
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
#

include ./Makefile.am

install:

install_real:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	  if [ "$$subdir" != "22" ]; then \
	    $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
	  fi; \
	  done; \
	fi;