view pidgin/pixmaps/dialogs/Makefile.mingw @ 21370:0aa18e21a595

Connect to connection-error in account.c so that the account error is actually updated and account-error-changed is actually fired.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 28 Oct 2007 00:46:45 +0000
parents ded8da3de5f8
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
#

include ./Makefile.am

.PHONY: install

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
	  done; \
	fi;