Mercurial > pidgin.yaz
view pidgin/pixmaps/tray/Makefile.mingw @ 18524:5255cf9a0100
merge of '2f809d90603821641a30206f53f11a56b9bc62af'
and '50b308f4b40f81464aa73773d975e460a3d3e60d'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 13 Jul 2007 15:24:23 +0000 |
parents | ded8da3de5f8 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin 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;