view share/sounds/Makefile.am @ 22686:101d16be1521

Stop restoring conversation window locations on !Windows, I wasn't aware this was still happening or I would have killed it a while ago. I left in restoring the conversation window size (even though I think we shouldn't do that either) because I was told we used to do that even back before we started remembering the window location. Fixes #4832.
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 18 Apr 2008 03:41:12 +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)