view pidgin/pixmaps/buddy_icons/qq/Makefile.mingw @ 16039:ded8da3de5f8

This should get all the Win32 Makefiles in line with the names Pidgin and Purple. I tried to separate PIDGIN and PURPLE values as much as a could to make it easier to divide them later if that's ever desired.
author Kevin Stange <kevin@simguy.net>
date Tue, 10 Apr 2007 06:19:29 +0000
parents 0e17470b47c2
children 8b952cb84f45
line wrap: on
line source

#
## Makefile.mingw
#
## Description: Makefile for win32 (mingw) version of Pidgin QQ buddy icons
#
#

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

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

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