view share/sounds/Makefile.mingw @ 26003:983311560ef9

merge of 'b7c7f0f5daca252711952e60e283dd18a1983d33' and 'e878814dfc99f1f0a681a2263488c75a068c7c8e'
author Peter Hjalmarsson <xake@rymdraket.net>
date Wed, 04 Mar 2009 16:52:47 +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;