view pidgin/pixmaps/status/Makefile.mingw @ 20089:c43f96170910

Rename Pidgin's hash table of ongoing autoreconnections to 'auto_reconns' from the highly descriptive 'hash'.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 16 Sep 2007 16:48:46 +0000
parents ded8da3de5f8
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;