view share/sounds/Makefile.am @ 24870:6267675cbc1d

purple_prefs_disconnect_by_handle() wont actually remove anything with the specified handle (and is also unnecessary because it'll get cleaned up in purple_prefs_destroy()). References #7761
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 03 Jan 2009 18:50:33 +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)