view share/sounds/Makefile.am @ 29618:3be6a18e0bcb

No need to access SHGetFolderPath() indirectly any more with required versions of Windows.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 31 Oct 2009 20:03:26 +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)