view pidgin/sounds/Makefile.mingw @ 17506:fa33879e3a0a

merge of '4b282994660451b15a8a393ef032d32e9bf00d2e' and 'cca063073007b0d29e6e6aaf1b9df55926035009'
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 31 May 2007 00:40:09 +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;