Mercurial > pidgin.yaz
view pidgin/pixmaps/buddy_icons/Makefile.mingw @ 15939:0f1ab43db297
fix file saving
author | Richard Nelson <wabz@pidgin.im> |
---|---|
date | Tue, 27 Mar 2007 00:46:18 +0000 |
parents | 98bf1dac044d |
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;