Mercurial > pidgin
view pixmaps/smileys/Makefile.mingw @ 4812:3b0b7c8470ec
[gaim-migrate @ 5135]
somehow I figured this out while brushing my teeth this morning.
the typing icon shouldn't "stick" anymore.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 17 Mar 2003 14:37:29 +0000 |
parents | 50cea25d0a2c |
children | eb6feb00e6f3 |
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; if test '$(EXTRA_DIST)'; then \ mkdir -p $(INSTALL_DIR); \ cp $(EXTRA_DIST) $(INSTALL_DIR); \ fi;