view pidgin/pixmaps/animations/Makefile.mingw @ 15460:fafd7d4f8c50

More win32 pixmap build fixes.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 29 Jan 2007 03:42:15 +0000
parents
children ded8da3de5f8
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;