view share/sounds/Makefile.mingw @ 19946:ebf4fe12ad10

merge of '568fa1d06eec5b85c215976c97bba59da8c139a7' and 'b5d08ea2ffcf40d88397c533814778a4675f6cf5'
author Luke Schierer <lschiere@pidgin.im>
date Wed, 12 Sep 2007 13:00: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;