view share/sounds/Makefile.am @ 25618:d6247d2d6c47

Fall back to establishing connection as a client when unable to act as a server. Fixed a bug which resulted in segfault when signing out while p2p connection to a friend exists.
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Fri, 27 Jun 2008 16:02:30 +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)