view share/sounds/Makefile.mingw @ 20565:dc08f2fa9a66

merge of '24d76e86b06c5b1ab5f0a3ea37bd69ced034e0d0' and '9c6a035630926fd407c6bee96f297147920c7365'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 20 Sep 2007 02:41:42 +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;