view pidgin/pixmaps/buddy_icons/Makefile.mingw @ 15394:98bf1dac044d

Fix win32 build for new smileys structure.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 23 Jan 2007 17:26:47 +0000
parents 5fe8042783c1
children ded8da3de5f8
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim pixmaps
#

include ./Makefile.am

.PHONY: install

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