view share/sounds/Makefile.mingw @ 27707:b6f26015c51c

merge of '865afa7130542051d98f8e39bf3e0e6d8c70402c' and 'dd1526faf6facf85e95bf0038da0760ffe613d5c'
author Paul Aurich <paul@darkrain42.org>
date Mon, 27 Jul 2009 22:50:34 +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;