view share/sounds/Makefile.mingw @ 25350:7f9b8351a6b4

merge of '874dbd4635319a67ac152802b9c985b0d261f3eb' and 'eeaad582dcb34b6753c78371c4aa03af92b095f5'
author Paul Aurich <paul@darkrain42.org>
date Tue, 20 Jan 2009 19:38:53 +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;