Mercurial > pidgin
view gtk/pixmaps/buddy_icons/Makefile.mingw @ 15087:337dfc40a538
[gaim-migrate @ 17873]
Update our current rate information stuff when the server
slaps us on the wrist for sending SNACs too rapidly
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 02 Dec 2006 08:56:35 +0000 |
parents | 902f3621aa13 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # include ./Makefile.am .PHONY: install install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;