Mercurial > pidgin
view pixmaps/protocols/Makefile.mingw @ 6050:72403c3c84e1
[gaim-migrate @ 6500]
Fixes a "timestamp plugin sigsegv." That's what happens when you don't
initialize your variables. coughseanorchriscough
Fixes http://sourceforge.net/tracker/index.php?func=detail&aid=765567&group_id=235&atid=100235
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 06 Jul 2003 23:33:24 +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;