Mercurial > pidgin.yaz
view pidgin/pixmaps/emotes/Makefile.mingw @ 16335:d2870968078a
merge of '737a5f263d2401ffd63542586a1b261376ed022f'
and '90552ef3efe84c0005b6d6f1776f0fdf367208bf'
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 23 Apr 2007 23:55:11 +0000 |
parents | ded8da3de5f8 |
children | 46629aab70b1 |
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;