view pidgin/sounds/Makefile.am @ 16368:d13f39e18160

There's no need to recalculate the home_dir on every call to purple_user_dir() when we are already storing it in a variable anyway.
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Apr 2007 17:06:43 +0000
parents 38820fbaf3ec
children
line wrap: on
line source

soundsdir =	$(datadir)/sounds/pidgin
sounds_DATA =	\
		alert.wav \
		login.wav \
		logout.wav \
		receive.wav \
		send.wav

EXTRA_DIST = \
		Makefile.mingw \
                $(sounds_DATA)