view share/sounds/Makefile.am @ 24539:9fb7910c1176

Add a debug line and remove a duplicate "login=" get parameter which was causing yahoo's servers to give us an HTTP 400 error, which is technically probably not valid according to http 1.1
author Mark Doliner <mark@kingant.net>
date Sat, 06 Dec 2008 01:38:48 +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)