From: <nos...@us...> - 2006-08-18 19:56:05
|
Revision: 16844 Author: nosnilmot Date: 2006-08-18 12:55:56 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16844&view=rev Log Message: ----------- Revision 15957: Debug.xs and Signal.xs aren't being built and are missing from the dist. ViewCVS Links: ------------- http://svn.sourceforge.net/gaim/?rev=15957&view=rev Modified Paths: -------------- branches/v2_0_0beta3_1/gaim/plugins/perl/Makefile.am Modified: branches/v2_0_0beta3_1/gaim/plugins/perl/Makefile.am =================================================================== --- branches/v2_0_0beta3_1/gaim/plugins/perl/Makefile.am 2006-08-18 19:15:05 UTC (rev 16843) +++ branches/v2_0_0beta3_1/gaim/plugins/perl/Makefile.am 2006-08-18 19:55:56 UTC (rev 16844) @@ -49,6 +49,7 @@ common/Cmds.xs \ common/Connection.xs \ common/Conversation.xs \ + common/Debug.xs \ common/FT.xs \ common/Gaim.pm \ common/Gaim.xs \ @@ -69,6 +70,7 @@ common/SSLConn.xs \ common/SavedStatuses.xs \ common/Server.xs \ + common/Signal.xs \ common/Sound.xs \ common/Status.xs \ common/Stringref.xs \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |