Mercurial > pidgin
view pixmaps/smileys/Makefile.mingw @ 7092:f89146deac3d
[gaim-migrate @ 7657]
Apparently this was in here twice. I'm hoping that taking it out will fix
https://sourceforge.net/tracker/index.php?func=detail&aid=774755&group_id=235&atid=100235
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 01 Oct 2003 01:47:52 +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;