view share/sounds/Makefile.mingw @ 24242:9ebd288d7b77

merge of '1f22186ba9290bcae0deaea09d4fd38867f773e6' and '8887c6d877944752bc2756d893d9b0acc81277a8'
author Richard Laager <rlaager@wiktel.com>
date Sat, 25 Oct 2008 19:03:42 +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;