view share/sounds/Makefile.am @ 22348:a298447b2d66

Specify the base to convert from to prevent interpreting 0-prefixed client ids as octal (just in case MS decide to send them like that...)
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 27 Feb 2008 12:30: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)