view pidgin/sounds/Makefile.am @ 18676:1afeca132d68

Fixes #1905 'Better solution to 'Idleness Infinite Recursion''
author Sean Egan <seanegan@gmail.com>
date Sat, 28 Jul 2007 05:37:02 +0000
parents 38820fbaf3ec
children
line wrap: on
line source

soundsdir =	$(datadir)/sounds/pidgin
sounds_DATA =	\
		alert.wav \
		login.wav \
		logout.wav \
		receive.wav \
		send.wav

EXTRA_DIST = \
		Makefile.mingw \
                $(sounds_DATA)