view share/sounds/Makefile.mingw @ 32520:2c93bd1582a1

Add ChangeLog entry for d1d77da56217f3a083e1d459bef054db9f1d5699 and e30e044988add329e86eaf06a2f6ab1b3c5c47bb
author Mark Doliner <mark@kingant.net>
date Sat, 18 Feb 2012 23:01:23 +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;