view share/sounds/Makefile.mingw @ 21091:28b11826cee4

propagate from branch 'im.pidgin.pidgin' (head f28fe5ed42cadd9ebe524e358fa913a04817da8e) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 62363c8571cca41f806b9b206027f9503b2df986)
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 13 Oct 2007 09:13:59 +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;