view share/sounds/Makefile.mingw @ 32217:5b56656ff5a5

Add Maiku's revision b22fe1b183e37298da577f19bdca6f318b209324 to the changelog. I don't think this change made it into 2.9.0, did it?
author Mark Doliner <mark@kingant.net>
date Tue, 26 Jul 2011 06:22:43 +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;