view pixmaps/smileys/Makefile.mingw @ 12482:bd5b3f82dd8e

[gaim-migrate @ 14794] MSN seems to be the only protocol that duplicates the screenname in the imhtml in the Get Info box. I find this annoying, especially since it's so large. For consistency reasons, and since it's not useful (given it's duplicated), I'm removing it. Slap me if this is wrong. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 14 Dec 2005 18:24:11 +0000 (2005-12-14)
parents eb6feb00e6f3
children
line wrap: on
line source
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim pixmaps
#

INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/smileys

include ./Makefile.am

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