view pidgin/sounds/Makefile.am @ 18579:fbeda937002b

Continue to build nullprpl by default on win32, but don't actually install it - we don't want it in the installer.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 20 Jul 2007 22:31:27 +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)