view pixmaps/status/Makefile.mingw @ 9744:9a17c90ba190

[gaim-migrate @ 10609] (00:37:06) datallah: LSchiere: since you just got here.. (and i got no action from KingAnt) http://www.butfer.com/gaim-patches/jabber_self_fake_fix.patch fixes (00:37:06) datallah: 1006831 committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 12 Aug 2004 04:41:18 +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/status

include ./Makefile.am

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