From: <nos...@us...> - 2006-08-18 19:58:11
|
Revision: 16845 Author: nosnilmot Date: 2006-08-18 12:58:04 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16845&view=rev Log Message: ----------- Revision 16073: Kevin pointed out that the libgadu files aren't in EXTRA_DIST, which is necessary for building on Windows. ViewCVS Links: ------------- http://svn.sourceforge.net/gaim/?rev=16073&view=rev Modified Paths: -------------- branches/v2_0_0beta3_1/gaim/src/protocols/gg/Makefile.am Modified: branches/v2_0_0beta3_1/gaim/src/protocols/gg/Makefile.am =================================================================== --- branches/v2_0_0beta3_1/gaim/src/protocols/gg/Makefile.am 2006-08-18 19:55:56 UTC (rev 16844) +++ branches/v2_0_0beta3_1/gaim/src/protocols/gg/Makefile.am 2006-08-18 19:58:04 UTC (rev 16845) @@ -1,4 +1,17 @@ -EXTRA_DIST = Makefile.mingw +EXTRA_DIST = \ + Makefile.mingw \ + lib/common.c \ + lib/compat.h \ + lib/COPYING \ + lib/dcc.c \ + lib/events.c \ + lib/http.c \ + lib/libgadu.c \ + lib/libgadu-config.h \ + lib/libgadu.h \ + lib/obsolete.c \ + lib/pubdir50.c \ + lib/pubdir.c pkgdir = $(libdir)/gaim This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |