Mercurial > pidgin
view pixmaps/smileys/none/Makefile.mingw @ 11928:f41037708e62
[gaim-migrate @ 14219]
sadrul suggested this change to make "gaim -n" work correctly.
We still need to make the gtkstatusbox update itself when your
status is changed from somewhere other than the gtkstatusbox
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 31 Oct 2005 06:21:54 +0000 |
parents | ea2e2119b135 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # datadir = ../../../win32-install-dir 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 '$(gaimsmileypix_DATA)'; then \ mkdir -p $(gaimsmileypixdir); \ cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ fi;