view pidgin/pixmaps/toolbar/Makefile.mingw @ 16348:49e471e56fc7

Also, switch Jabber to XMPP so the jabber-specific smiley set works.
author Kevin Stange <kevin@simguy.net>
date Tue, 24 Apr 2007 05:17:46 +0000
parents ad9e09c331f5
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;