view pixmaps/status/Makefile.mingw @ 10911:1012f463d2b9

[gaim-migrate @ 12665] Add the full local file path to the file transfer details section. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 13 May 2005 01:04:08 +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;