view share/sounds/Makefile.am @ 22683:0723826f9229

Add missing newline to debug message. Fixes #5546.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 17 Apr 2008 13:48:34 +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)