Mercurial > pidgin.yaz
view pixmaps/smileys/Makefile.mingw @ 12064:658623020748
[gaim-migrate @ 14359]
SF Patch #1355592 from Sadrul
'If I uncheck the "Show formatting on incoming
messages", then it also starts ignoring the format of
the outgoing messages -- which I don't believe is the
intended behaviour. This patch fixes that.'
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 13 Nov 2005 01:03:43 +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;