view share/sounds/Makefile.am @ 22425:a491ebed7f3a

I realized that I don't like initializing variables when I declare them if I can avoid it
author Mark Doliner <mark@kingant.net>
date Thu, 06 Mar 2008 07:29:39 +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)