From: <lsc...@us...> - 2006-10-18 17:35:03
|
Revision: 17527 http://svn.sourceforge.net/gaim/?rev=17527&view=rev Author: lschiere Date: 2006-10-18 10:34:56 -0700 (Wed, 18 Oct 2006) Log Message: ----------- This worked when it was CLEANFILES, but I think they should only be removed on distclean, not clean? so I changed it as per nosnilmot's comment. Modified Paths: -------------- trunk/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-10-18 17:06:42 UTC (rev 17526) +++ trunk/Makefile.am 2006-10-18 17:34:56 UTC (rev 17527) @@ -75,3 +75,5 @@ distuninstallcheck_listfiles = \ find . -type f -print | grep -v perl | grep -v Gaim.3pm +DISTCLEANFILES= gaim.desktop libgaim/gconf/gaim.schemas intltool-extract \ + intltool-merge intltool-update This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |