view pidgin/sounds/Makefile.mingw @ 18688:42d9a1b56d08

merge of '10372c98fc2831d20506d1c4e5b94ce39bbe8d1a' and 'c3ef8f0109348c89a01e00c3a7eb5d656f0cd448'
author Andreas Monitzer <pidgin@monitzer.com>
date Thu, 12 Jul 2007 02:53:43 +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;