view share/sounds/Makefile.am @ 20663:22034ce81dc4

serv_got_attention() doesn't expect an escaped string; it just wants a name. The str variable was unused.
author Evan Schoenberg <evan.s@dreskin.net>
date Fri, 28 Sep 2007 00:33:12 +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)