view pidgin/sounds/Makefile.am @ 18144:1a282f3d8057

Use dynamic string manipulation to get rid of a MAXPATHLEN. References #1635
author Richard Laager <rlaager@wiktel.com>
date Sun, 17 Jun 2007 02:41:11 +0000
parents 38820fbaf3ec
children
line wrap: on
line source

soundsdir =	$(datadir)/sounds/pidgin
sounds_DATA =	\
		alert.wav \
		login.wav \
		logout.wav \
		receive.wav \
		send.wav

EXTRA_DIST = \
		Makefile.mingw \
                $(sounds_DATA)