view share/sounds/Makefile.am @ 32589:f55f8592986c

Don't get account and plugin actions confused by using the same action name for both of them.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 28 Jul 2009 02:48:40 +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)