view pidgin/pixmaps/tray/22/Makefile.mingw @ 15728:8e08e961813c

I forgot to add the new mingw makefiles.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 26 Feb 2007 03:19:35 +0000
parents
children ded8da3de5f8
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
#

GAIM_TOP := ../../../..
include $(GAIM_TOP)/libpurple/win32/global.mak

datadir = $(GAIM_INSTALL_DIR)
include ./Makefile.am

.PHONY: install

install:
	if test '$(pidgintraypix_DATA)'; then \
	  mkdir -p $(pidgintraypixdir); \
	  cp $(pidgintraypix_DATA) $(pidgintraypixdir); \
	fi;