view share/sounds/Makefile.am @ 23734:8552b19acbce

Re-arrange msn_session_destroy to avoid use-after-free bugs. I don't think this will actually fix anything, but maybe it does.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 08 Aug 2008 03:34:28 +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)