view share/sounds/Makefile.am @ 30968:5e6997ae07e2

The left/right scroll, and close buttons in a PidginScrollBook should only react to single button presses. This addresses an issue I saw in the minidialog where "extra" authorization requests were closed if I clicked them too fast.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 27 Nov 2010 07:11:48 +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)