view share/sounds/Makefile.am @ 26602:0cbdc2639ce2

Add purple_{buddy,chat,group,contact}_destroy to the blist API, free blist data on libpurple unload. Thanks to Nick Hebner for this. References #8683 committer: Ethan Blanton <elb@pidgin.im>
author Nick Hebner <hebnern@gmail.com>
date Thu, 09 Apr 2009 17:33:20 +0000
parents 4c26b23e7859
children
line wrap: on
line source

soundsdir =	$(datadir)/sounds/purple
sounds_DATA =	\
		alert.wav \
		login.wav \
		logout.wav \
		receive.wav \
		send.wav

EXTRA_DIST = \
		Makefile.mingw \
                $(sounds_DATA)