view share/sounds/Makefile.am @ 27813:815d9ce1a8b0

Log the reason for disconnection to the debug log, so that we might actually see it in debug logs. hopefully. I meant to do this many moons ago.
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 04 Aug 2009 01:23:45 +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)