view share/sounds/Makefile.mingw @ 27411:e3fd06032c4b

merge of '3012bdc54e5d2391c4fe52e687e87903ecbf44cc' and 'b4d9ebda1400b338079c89d5b6ac444b73755128'
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 18 Jun 2009 23:04:07 +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;