view pidgin/pixmaps/emotes/Makefile.mingw @ 15883:8ff08944abe6

Include tray icons in make dist
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 24 Mar 2007 17:00:25 +0000
parents 0453c85a1c51
children ded8da3de5f8
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin 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;