view sounds/Makefile.am @ 13415:3038ab2eff72

[gaim-migrate @ 15790] In the context of the if...else if...else statement below, it looks like the idea is to check the pointers, not the data they're pointing two. Resolves CID 70 committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Mar 2006 01:50:00 +0000
parents 5dd9c1df6459
children
line wrap: on
line source

EXTRA_DIST = \
		alert.wav \
		login.wav \
		logout.wav \
		receive.wav \
		send.wav

soundsdir =	$(datadir)/sounds/gaim
sounds_DATA =	$(EXTRA_DIST)