# HG changeset patch # User Daniel Atallah # Date 1187318668 0 # Node ID c8820b1c383105126d5cd9659951f7b11f87cb8b # Parent 2ec9d975a37d382ebd41979548738d69b49292aa fix mingw build diff -r 2ec9d975a37d -r c8820b1c3831 pidgin/pixmaps/status/11/Makefile.mingw --- /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; + diff -r 2ec9d975a37d -r c8820b1c3831 pidgin/pixmaps/status/Makefile.am --- a/pidgin/pixmaps/status/Makefile.am Fri Aug 17 00:35:12 2007 +0000 +++ b/pidgin/pixmaps/status/Makefile.am Fri Aug 17 02:44:28 2007 +0000 @@ -2,6 +2,7 @@ EXTRA_DIST = \ Makefile.mingw \ + 11/Makefile.mingw \ 16/Makefile.mingw \ 16/rtl/Makefile.mingw \ 22/Makefile.mingw \