Mercurial > pidgin.yaz
view pidgin/pixmaps/tray/Makefile.mingw @ 16029:36722ac9cbe4
new icons from hylke
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 10 Apr 2007 11:44:01 +0000 |
parents | 8e08e961813c |
children | ded8da3de5f8 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ done; \ fi;