Mercurial > pidgin.yaz
view pidgin/pixmaps/tray/Makefile.mingw @ 20843:a2b2fc59b571
merge of '067c06f2c33e5371796629696a9aad6afa4e9ead'
and 'e7a18c70a00a0534e1e6f7956970e10d6d0b69ec'
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 09 Oct 2007 13:41:11 +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;