view pidgin/sounds/Makefile.mingw @ 17184:b601943a88b9

merge of '93a5063c46e94d1cc7ac11a05b7772048dc95753' and 'f2b7963e729c44d3e474293db91675e8d487e909'
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 20 May 2007 06:33:35 +0000
parents ded8da3de5f8
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;