Mercurial > pidgin
view pixmaps/smileys/Makefile.mingw @ 13790:e744943e749c
[gaim-migrate @ 16202]
SF Patch #1496688 from coweater
"Gaim wasn't removing carriage returns on a yahoo
account's away message causing a rather large buddy
list entry.
The stripping was being done in the code for pre-gtk
2.6.0 but not newer versions. This patch adds that
strip for the newer version too."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 29 May 2006 17:53:50 +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/smileys include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;