view pidgin/pixmaps/icons/16/Makefile.mingw @ 15991:5db7909331fa

new icon goodness (i may have screwed this up, someone check)
author Nathan Walp <nwalp@pidgin.im>
date Wed, 04 Apr 2007 21:41:41 +0000
parents
children 1f06a0433528
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim 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;