view pidgin/pixmaps/toolbar/Makefile.mingw @ 15575:ad9e09c331f5

keeping the win32 build working...
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 05 Feb 2007 15:47:54 +0000
parents
children
line wrap: on
line source

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