view share/sounds/Makefile.am @ 30850:7edcf92b1537

A Message may not have a part, use destroy which return silently when part == NULL instead of asserting.
author masca@cpw.pidgin.im
date Wed, 07 Jul 2010 21:08:26 +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)