view share/sounds/Makefile.mingw @ 20202:71b9f22d97c7

applied changes from 19e3744fd4b392cdc631c9efe0ce658537070713 through b8e1742d36c8359edf356bc6db9c2b945533c29d excluding ChangeLog
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 15:23:54 +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;