view share/sounds/Makefile.mingw @ 21180:134e057e947b

merge of '375ee8dbfbcb119caf0510839f43bc2b0a2d8ff1' and '54be730b876d8dcb239390730afc8620f96bc429'
author Andreas Monitzer <pidgin@monitzer.com>
date Fri, 09 Nov 2007 02:02:13 +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;