view pidgin/sounds/Makefile.mingw @ 16379:30f2fdcea12c

propagate from branch 'im.pidgin.pidgin' (head c33cbe1ca040482d72c165cedf821bcedb280179) to branch 'im.pidgin.rlaager.gaim_migration' (head 1e6435d63197f439a3d976033664ab9d580625e3)
author Richard Laager <rlaager@wiktel.com>
date Tue, 24 Apr 2007 13:28:42 +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;