Mercurial > pidgin
view gtk/pixmaps/status/Makefile.mingw @ 14859:2d69b38e1d75
[gaim-migrate @ 17628]
A documentation patch from Eduardo Prez to clean up a little bit of code.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 30 Oct 2006 05:09:28 +0000 |
parents | 8793fc8f7064 |
children |
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; \ done; \ fi;