view pidgin/sounds/Makefile.mingw @ 17210:9a66d81627e9

propagate from branch 'im.pidgin.pidgin' (head 06b088941860bc00cfc69da2f4e9a9282685268b) to branch 'org.maemo.garage.pidgin.pidgin.dbus_uniq' (head 98753fbfda68c831c90892bc2e5fa903a357e92d)
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 May 2007 07:58:39 +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;