view share/sounds/Makefile.am @ 27457:70629a4a89ec

Remove periods and newlines from many error messages that end up being used when calling purple_connection_error(). I think these look cleaner this way. I'm hoping this won't harm many other places... I know purple_proxy_connect() is used all over the place
author Mark Doliner <mark@kingant.net>
date Mon, 06 Jul 2009 05:33:27 +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)