view share/sounds/Makefile.am @ 23301:ac4a06685b95

Payload length is an int here, so treat it as such. Get's rid of this warning: notification.c: In function ¡Æmsn_notification_post_adl¡Ç: notification.c:643: warning: format ¡Æ%lu¡Ç expects type ¡Ælong unsigned int¡Ç, but argument 4 has type ¡Æint¡Ç
author Mark Doliner <mark@kingant.net>
date Fri, 06 Jun 2008 22:51:17 +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)