view share/sounds/Makefile.mingw @ 21808:fe305715f4c7

merge of 'e2c8b56610435df5a63688fe4fc302f51f48cf10' and 'eab7fe1c9392eb68ab4aca3736d65b8bf4d99d14'
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 10 Dec 2007 03:54:21 +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;