Mercurial > pidgin.yaz
view gtk/pixmaps/status/Makefile.mingw @ 14505:7acebc9d043f
[gaim-migrate @ 17225]
This is a better name
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 10 Sep 2006 20:12:24 +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;