view share/sounds/Makefile.mingw @ 20450:3e01f7bef023 cpw.resiak.disconnectreason

Currently, SSL errors (other than SSL not being available) do not set wants_to_die, so fix up reason_is_fatal to return false for them.
author Will Thompson <resiak@pidgin.im>
date Fri, 21 Sep 2007 15:02:18 +0000
parents 61e0384e95d1
children 96230d723c73
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;