view share/sounds/Makefile.mingw @ 28523:9832ae3b94fd

merge of 'ac8595402f07bcd2e5467756aa6ccf6d9daf907a' and 'cea0a94190c6ddf69977976b807b9bc5aa880987'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 06 Nov 2009 21:28:04 +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;