annotate share/sounds/Makefile.am @ 21620:6f6f8af235eb

Switch to 'normal' state when: switching windows or workspaces, closing window or getting the action/window lists.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Nov 2007 04:04:33 +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