From: <ebl...@us...> - 2006-11-04 03:42:42
|
Revision: 17666 http://svn.sourceforge.net/gaim/?rev=17666&view=rev Author: eblanton Date: 2006-11-03 19:42:04 -0800 (Fri, 03 Nov 2006) Log Message: ----------- 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. Modified Paths: -------------- trunk/gtk/sounds/Makefile.am Modified: trunk/gtk/sounds/Makefile.am =================================================================== --- trunk/gtk/sounds/Makefile.am 2006-11-03 22:15:51 UTC (rev 17665) +++ trunk/gtk/sounds/Makefile.am 2006-11-04 03:42:04 UTC (rev 17666) @@ -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) + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |