Mercurial > pidgin.yaz
view pixmaps/protocols/Makefile.mingw @ 4833:a6960b4b0c9b
[gaim-migrate @ 5158]
A fix for the bug described in patch 702766, filed by darkrain:
"gaim still segfaults if you click on the docklet
just after starting gaim in the account editor."
https://sourceforge.net/tracker/index.php?func=detail&aid=702766&group_id=235&atid=300235
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 19 Mar 2003 22:31:05 +0000 |
parents | 5f0385678315 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/protocols include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi; if test '$(EXTRA_DIST)'; then \ mkdir -p $(INSTALL_DIR); \ cp $(EXTRA_DIST) $(INSTALL_DIR); \ fi;