diff sounds/Makefile.am @ 4012:ab6c48a07fd6

[gaim-migrate @ 4212] Fixed this filename madness. Robot101 is going to fix arts and nas and send me a patch whilst I eat dinner. Herman (or Rob) you'll want to fix the win32 stuff accordingly, I presume. This is not the end of the world. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 28 Nov 2002 02:03:38 +0000
parents 56b8d3717eac
children 73853a0a1a77
line wrap: on
line diff
--- a/sounds/Makefile.am	Thu Nov 28 00:21:24 2002 +0000
+++ b/sounds/Makefile.am	Thu Nov 28 02:03:38 2002 +0000
@@ -1,8 +1,8 @@
-EXTRA_DIST =	BuddyArrive.wav \
-		BuddyLeave.wav \
-		Receive.wav \
-		RedAlert.wav \
-		Send.wav
+EXTRA_DIST =	buddyarrive.wav \
+		buddyleave.wav \
+		receive.wav \
+		redalert.wav \
+		send.wav
 
 soundsdir =	$(datadir)/sounds/gaim
 sounds_DATA =	$(EXTRA_DIST)