view share/sounds/Makefile.am @ 30975:2812bbd3fc18

Stop escaping all characters in the display name. It's only necessary to escape percent and space, and the UTF-8 can be left alone. Fixes #8508.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 28 Nov 2010 07:24:22 +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)