view share/sounds/Makefile.am @ 24444:123c78e48663

Use normalized chat names when searching for chats. This fixes an issue where irc.undernet.org sends the chat-name in uppercase, and screws up persistent chats. Fixes #5028.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Nov 2008 03:53:25 +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)