view share/sounds/Makefile.am @ 29605:3afc25b5b8fc

Change the libpurple Makefile to keep the same directory structure regarding libpurple/media/ headers.
author maiku@pidgin.im
date Wed, 28 Oct 2009 22:18:08 +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)