view share/sounds/Makefile.am @ 23293:dd195003288a

Don't start sending the local file until after recieving the <streamhost-used/> response. Also fix some scenarios where the local streamhost wasn't being cleaned up. Fixes #5563.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 05 Jun 2008 20:02:13 +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)