view share/sounds/Makefile.am @ 24894:cead8692e35f

Terminate the loop on the first null-character. (Currently it would not terminate for the first null in, e.g. "1 2 \0 3")
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 06 Jan 2009 19:50:18 +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)