Mercurial > pidgin
view pixmaps/smileys/Makefile.mingw @ 9409:31ecc79e153f
[gaim-migrate @ 10224]
This is one of those odd things i was mentioning.
I'm not sure I picked exactly the right name for this one.
So for I've only seen it when someone turns their came on or off.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sun, 27 Jun 2004 06:25:21 +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;