view share/sounds/Makefile.am @ 30753:2244a84407a4

jabber: g_return-ify some PURPLE_CONNECTION_IS_VALID checks I'm pretty convinced these can't happen anymore, as jabber_close disposes of everything, but I don't want to (re)introduce crashes.
author Paul Aurich <paul@darkrain42.org>
date Sun, 01 Aug 2010 03:23:24 +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)