Mercurial > pidgin
view pixmaps/status/Makefile.mingw @ 13767:61a6fe79ba15
[gaim-migrate @ 16179]
Fix Registry key leakage.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 12 May 2006 02:50:23 +0000 |
parents | eb6feb00e6f3 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/status include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;