view share/sounds/Makefile.am @ 22698:80c87908ff1d

Patch from Dylan Simon to fix a compile error when compiling from a different directory. Closes #5614.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 24 Apr 2008 02:16: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)