view pidgin/sounds/Makefile.mingw @ 15589:015463bdb09a

merge of '09557f5d54029e4f7eba17eeb15d55717fb43382' and '4443d1d962409e0ba24a84b9120e830217052b74'
author Mark Doliner <mark@kingant.net>
date Thu, 08 Feb 2007 17:33:09 +0000
parents 0e17470b47c2
children ded8da3de5f8
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim sounds
#

GAIM_TOP := ../..
include $(GAIM_TOP)/libpurple/win32/global.mak

datadir := $(GAIM_INSTALL_DIR)
include ./Makefile.am

.PHONY: install

install:
	if test '$(sounds_DATA)'; then \
	  mkdir -p $(soundsdir); \
	  cp $(sounds_DATA) $(soundsdir); \
	fi;