view pixmaps/smileys/Makefile.mingw @ 7367:d81406d44e0d

[gaim-migrate @ 7962] This fixes the crash in http://sourceforge.net/tracker/?func=detail&aid=830837&group_id=235&atid=100235 It still doesn't clear the sytem log, but I'm not cool enough for that anyway. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 29 Oct 2003 04:20:22 +0000
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;