gimp r24893 - trunk



Author: kcozens
Date: Fri Feb 15 23:18:44 2008
New Revision: 24893
URL: http://svn.gnome.org/viewvc/gimp?rev=24893&view=rev

Log:
2008-02-15  Kevin Cozens  <kcozens cvs gnome org>

	* configure.in: Adding a ; to the end of the list of mime types in
	the gimp.desktop file. Fixes 'make dist'.


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Feb 15 23:18:44 2008
@@ -1832,6 +1832,9 @@
 GIMP_MKENUMS="\$(PERL) \$(top_srcdir)/tools/gimp-mkenums"
 AC_SUBST(GIMP_MKENUMS)
 
+#Add required trailing ; to list
+MIME_TYPES="$MIME_TYPES;"
+
 AC_SUBST(MIME_TYPES)
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]