view pidgin/pixmaps/status/default/Makefile.mingw @ 15450:d79ca56a4626

more win32 build fixes for build changes
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 28 Jan 2007 19:49:07 +0000
parents 0e17470b47c2
children ded8da3de5f8
line wrap: on
line source

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

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

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

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