Mercurial > pidgin.yaz
view gtk/pixmaps/status/Makefile.mingw @ 14898:64733c315986
[gaim-migrate @ 17670]
This fixes the dbus exit(1) problem -- we may still have a bug, or dbus may.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 05 Nov 2006 14:54:50 +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;