Mercurial > pidgin
changeset 14894:b7b3129d1e31
[gaim-migrate @ 17666]
This fixes breakage from r17543. In fact, I'm not precisely sure what
that revision was supposed to accomplish. Thanks to rewster on IRC
for pointing this out.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 04 Nov 2006 03:42:04 +0000 |
parents | e83896c4752d |
children | 717ea4589f8d |
files | gtk/sounds/Makefile.am |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/sounds/Makefile.am Fri Nov 03 22:15:51 2006 +0000 +++ b/gtk/sounds/Makefile.am Sat Nov 04 03:42:04 2006 +0000 @@ -1,6 +1,3 @@ -EXTRA_DIST = \ - Makefile.mingw - soundsdir = $(datadir)/sounds/gaim sounds_DATA = \ alert.wav \ @@ -8,3 +5,8 @@ logout.wav \ receive.wav \ send.wav + +EXTRA_DIST = \ + Makefile.mingw \ + $(sounds_DATA) +