view share/sounds/Makefile.am @ 31855:a5c9f3c2352e

I noticed this a while ago but I don't care enough to fix it
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 00:50:52 +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)