view share/sounds/Makefile.mingw @ 27900:a4a6dd5f5a1a

propagate from branch 'im.pidgin.pidgin' (head 77f42c8f25c38b4f966158a64ab3be36f00e0aa8) to branch 'im.pidgin.pidgin.yaz' (head 66f2c228221718675059053b90e0275caac16e12)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 14 Oct 2008 15:14:39 +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;