view share/sounds/Makefile.mingw @ 20021:69bd73dab9db

merge of '0befa035e9ed7dd56124bd9f33fa7111a6eaf95b' and '4b4d38a22a9dc4d8eb2d880760fd35e16188114f'
author Kevin Stange <kevin@simguy.net>
date Fri, 14 Sep 2007 06:27:58 +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;