view share/sounds/Makefile.am @ 27352:074e14e4f88c

During login, if password incorrect, set it to NULL. Avoids account locking. Brings dialog to enter password if clicked on Re-enable account
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Fri, 03 Jul 2009 11:26:41 +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)