view pidgin/sounds/Makefile.mingw @ 18771:6ecbb322a803

merge of '5fbd62e0397f65bf7b8def7a4ad421e0044d429c' and 'aea49b9a427019527ec0e314f70a35c7defe0d89'
author Kevin Stange <kevin@simguy.net>
date Thu, 02 Aug 2007 04:16:37 +0000
parents ded8da3de5f8
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;