view share/sounds/Makefile.am @ 28029:b168718d1072

serialize functions that return unsigned int types in dbus
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 23 Aug 2009 21:40:34 +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)