annotate share/sounds/Makefile.am @ 23862:2457162f6750

Apparently messenger@microsoft.com is some sort of server-side buddy that always exists in your AB Block list, but you shouldn't try to add it to your Contact List, so now we won't. Fixes #6440.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 21 Aug 2008 05:23:47 +0000
parents 4c26b23e7859
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19115
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
1 soundsdir = $(datadir)/sounds/purple
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
2 sounds_DATA = \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
3 alert.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
4 login.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
5 logout.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
6 receive.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
7 send.wav
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
8
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
9 EXTRA_DIST = \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
10 Makefile.mingw \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
11 $(sounds_DATA)
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
12