From: <dat...@us...> - 2006-10-18 02:16:59
|
Revision: 17507 http://svn.sourceforge.net/gaim/?rev=17507&view=rev Author: datallah Date: 2006-10-17 19:16:50 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Exclude config.h from the dist tarball. nodist_foo_HEADERS is apparently Automake 1.6+ so I did it manually instead. Modified Paths: -------------- trunk/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-10-18 01:21:51 UTC (rev 17506) +++ trunk/Makefile.am 2006-10-18 02:16:50 UTC (rev 17507) @@ -40,6 +40,7 @@ dist-hook: gaim.spec cp gaim.spec $(distdir) + rm $(distdir)/config.h distcheck-hook: plugins/perl/common/Gaim.pm # cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |