view share/sounds/Makefile.mingw @ 23040:4ead1ab25573

applied changes from 97a20dd56598fa5c690eabcbc8ec3ff6e560aefd through 69abb190985a5392d3b2e3296db80accf46bf74b
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Jun 2008 03:39:32 +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;