annotate gtk/sounds/Makefile.am @ 15138:2409a2508650

[gaim-migrate @ 17923] Make the cursor invisible again after a refresh. Make the last window in the taskbar take up all the available space. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 08 Dec 2006 03:03:52 +0000
parents b7b3129d1e31
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14779
8379e256b062 [gaim-migrate @ 17543]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14536
diff changeset
1 soundsdir = $(datadir)/sounds/gaim
8379e256b062 [gaim-migrate @ 17543]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14536
diff changeset
2 sounds_DATA = \
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
3 alert.wav \
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
4 login.wav \
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
5 logout.wav \
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
6 receive.wav \
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
7 send.wav
14894
b7b3129d1e31 [gaim-migrate @ 17666]
Ethan Blanton <elb@pidgin.im>
parents: 14779
diff changeset
8
b7b3129d1e31 [gaim-migrate @ 17666]
Ethan Blanton <elb@pidgin.im>
parents: 14779
diff changeset
9 EXTRA_DIST = \
b7b3129d1e31 [gaim-migrate @ 17666]
Ethan Blanton <elb@pidgin.im>
parents: 14779
diff changeset
10 Makefile.mingw \
b7b3129d1e31 [gaim-migrate @ 17666]
Ethan Blanton <elb@pidgin.im>
parents: 14779
diff changeset
11 $(sounds_DATA)
b7b3129d1e31 [gaim-migrate @ 17666]
Ethan Blanton <elb@pidgin.im>
parents: 14779
diff changeset
12