annotate share/sounds/Makefile.am @ 26650:3712d32363dd

Remove a bug where host_ip was accessed after freeing it. This should prevent yahoo prpl crashes. I wonder how such a simple mistake escaped me for so long.
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Wed, 15 Apr 2009 15:46:31 +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