Mercurial > pidgin
view gtk/pixmaps/buddy_icons/Makefile.mingw @ 15174:0f5124855240
[gaim-migrate @ 17960]
Add new plugins to uninstaller.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 11 Dec 2006 13:32:53 +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;