Mercurial > pidgin.yaz
view pixmaps/smileys/Makefile.mingw @ 8918:c34e4e6128f3
[gaim-migrate @ 9688]
(23:32:19) LSchiere: marv: should i just apply that patch you sent me?
(23:33:03) marv: LSchiere: well it doesn't seem to break anything. I
*think* it'll fix the problem. as long as we're not releasing tomorrow,
sure
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 12 May 2004 03:38:48 +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;