Mercurial > pidgin.yaz
view pixmaps/status/Makefile.mingw @ 13668:5c8565315d3e
[gaim-migrate @ 16070]
CID 104:
Function: trillian_logger_list
Description: Variable "data" tracked as NULL was dereferenced.
Yet another reminder that I need to work on this plugin again.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 20 Apr 2006 05:12:22 +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;