annotate share/sounds/Makefile.am @ 27348:e400cd35542b

I was seeing some crashes when connecting to Google Talk on my work laptop. When looking into it I noticed that the Windows code was using GSLists and the common code was using GLists. I figured that was a bad thing. I also noticed a small use-after-free issue.
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 05 Jul 2009 05: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