view share/sounds/Makefile.am @ 24901:c72b77a638a1

Chad Harp noticed that a define got messed up in 2.5.3, resulting in sametime debugging issues. Fixes #8014
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 07 Jan 2009 04:12:05 +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)