view share/sounds/Makefile.am @ 32464:8ffa03e3b0a2

Use pointers in the private struct instead of g_object_[gs]et_data.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 05 Jan 2012 09:40:32 +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)