view pidgin/sounds/Makefile.mingw @ 15459:fc61aa6bc571

merge of 'b8682f66d35fb704bcd0ec3b4f06caaf002b7906' and 'c859709334e5e5d77d954c938d79952448889e5f'
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 29 Jan 2007 03:36:59 +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;