view share/sounds/Makefile.am @ 20706:370cb5fd5586

- Notify on NULL strings instead of just crashing
author William Ehlhardt <williamehlhardt@gmail.com>
date Sat, 29 Sep 2007 05:11:04 +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)