view share/sounds/Makefile.mingw @ 23027:3c33405fd630

applied changes from 904a276588f7de13ba13b578905c82c0493184ce through 5dec4714953825272bec5164be3761db1d7fdc9a
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Jun 2008 03:12:13 +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;