# HG changeset patch # User Daniel Atallah # Date 1177291769 0 # Node ID e06b387d79bd3dc6d5392514b1d94ad2a36d35a4 # Parent 555e828105064b2e4ca7192980de88d3962a15f8 Add mingw makefile for 22px toolbar pixmaps. diff -r 555e82810506 -r e06b387d79bd pidgin/pixmaps/toolbar/22/Makefile.mingw --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/toolbar/22/Makefile.mingw Mon Apr 23 01:29:29 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 '$(pidgintoolbarpix_DATA)'; then \ + mkdir -p $(pidgintoolbarpixdir); \ + cp $(pidgintoolbarpix_DATA) $(pidgintoolbarpixdir); \ + fi; +