view share/sounds/Makefile.mingw @ 30393:04115d048292

merge of '00a468847820c34179875e968a4de992329c3dfa' and '6ed03c8392b0e7ea27b7ed5139ffbd0943656a55'
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 18 May 2010 17:38:27 +0000
parents 4c26b23e7859
children
line wrap: on
line source

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

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

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

.PHONY: install

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