view pidgin/pixmaps/animations/Makefile.mingw @ 15782:8afc77eb6c1f

Fork\!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 09 Mar 2007 07:04:37 +0000
parents fafd7d4f8c50
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;