Mercurial > pidgin
changeset 19297:c8820b1c3831
fix mingw build
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 17 Aug 2007 02:44:28 +0000 |
parents | 2ec9d975a37d |
children | b748d2408661 |
files | pidgin/pixmaps/status/11/Makefile.mingw pidgin/pixmaps/status/Makefile.am |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/status/11/Makefile.mingw Fri Aug 17 02:44:28 2007 +0000 @@ -0,0 +1,20 @@ +# +# Makefile.mingw +# +# Description: Makefile for win32 (mingw) version of Pidgin pixmaps +# + +PIDGIN_TREE_TOP := ../../../.. +include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak + +datadir = $(PIDGIN_INSTALL_DIR) +include ./Makefile.am + +.PHONY: install + +install: + if test '$(pidginstatuspix_DATA)'; then \ + mkdir -p $(pidginstatuspixdir); \ + cp $(pidginstatuspix_DATA) $(pidginstatuspixdir); \ + fi; +