view share/sounds/Makefile.am @ 26177:85bb3539d302

And make that actually compile.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 11 Mar 2009 04:39:56 +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)