Mercurial > pidgin.yaz
diff pidgin/pixmaps/status/32/Makefile.mingw @ 15398:1ec72a759b5c
Fix win32 build for status icon changes
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 24 Jan 2007 19:04:45 +0000 |
parents | |
children | ded8da3de5f8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/status/32/Makefile.mingw Wed Jan 24 19:04:45 2007 +0000 @@ -0,0 +1,20 @@ +# +# Makefile.mingw +# +# Description: Makefile for win32 (mingw) version of Pidgin pixmaps +# + +GAIM_TOP := ../../../.. +include $(GAIM_TOP)/libpurple/win32/global.mak + +datadir = $(GAIM_INSTALL_DIR) +include ./Makefile.am + +.PHONY: install + +install: + if test '$(pidginstatuspix_DATA)'; then \ + mkdir -p $(pidginstatuspixdir); \ + cp $(pidginstatuspix_DATA) $(pidginstatuspixdir); \ + fi; +