view share/sounds/Makefile.mingw @ 23652:27eacd38c721

Add NULL checking to purple_markup_linkify(). Display meanwhile announcements that don't have message text associated (I'm not sure if this is right, the current code doesn't allow for that scenario). Fixes #6518
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 07 Aug 2008 01:08:37 +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;