view share/sounds/Makefile.am @ 24540:8b429520f6c6

Patch to fix compatibility with ancient GTK+ (2.4 and earlier). Fixes #7582. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Ryan Fan <rfan.cn@gmail.com>
date Sat, 06 Dec 2008 04:35:10 +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)