view pidgin/pixmaps/tray/16/Makefile.mingw @ 20231:09b4d8c32e50

applied changes from a814e8b368b0f92e4f354ae7b74680a6fb56a6cb through 31d62e1a78974a0239e86bfeb42b29ab75216114
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 15:52:28 +0000
parents ded8da3de5f8
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;