view pidgin/pixmaps/tray/48/Makefile.mingw @ 17854:7ac75fe490c2

Fix mingw build for 32px and 48px tray icons. I'm not actually sure that we need these at all on Windows.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 13 Jun 2007 12:23:00 +0000
parents
children
line wrap: on
line source

#
# 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 '$(pidgintraypix_DATA)'; then \
	  mkdir -p $(pidgintraypixdir); \
	  cp $(pidgintraypix_DATA) $(pidgintraypixdir); \
	fi;