view share/sounds/Makefile.mingw @ 19407:41417f94afe9

merge of '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9' and 'b1a0340ea0f3e2adf428695c63bf6f5c526b375f'
author Sean Egan <seanegan@gmail.com>
date Fri, 24 Aug 2007 15:58:46 +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;