view pidgin/sounds/Makefile.mingw @ 16142:74b2d576f458

merge of '52a3faed357c462274cac6f2f6359606dd4cdb3d' and 'b5dac556bdc86554ba63bb94268d35f51d2b320f'
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 18:06:49 +0000
parents ded8da3de5f8
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;