view share/sounds/Makefile.mingw @ 22632:8469385cfb73

merge of '47385c29904d4755361546c34319cf036d5a8723' and 'a32d1e1358009ce730a50b32e63fbe6c3a63c4fb'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 05 Apr 2008 19:37: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;