view share/sounds/Makefile.am @ 32483:09449ccf8ada

Fix Perl build by removing functions that are gone from libpurple.
author Kevin Stange <kevin@simguy.net>
date Fri, 02 Sep 2011 06:09:52 +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)