view share/sounds/Makefile.am @ 31722:afb58f3ee8f0

conversation: Hmm, this shouldn't be set to NULL; tends to break stuff.
author Paul Aurich <paul@darkrain42.org>
date Mon, 27 Jun 2011 07:01:10 +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)