view share/sounds/Makefile.mingw @ 30875:c49697f075cf

applied changes from cc2567c1558bffb058fda6a6319faf70206a8c34 through 66d24d59ff5f0bbb624616fad1519de153eeb3cd
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 01 Aug 2010 00:08:26 +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;