Adding a ; to the end of the list of mime types in the gimp.desktop file.

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'.

svn path=/trunk/; revision=24893
This commit is contained in:
Kevin Cozens 2008-02-15 23:18:44 +00:00 committed by Kevin Cozens
parent 77968a1baa
commit ac98071081
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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'.
2008-02-14 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/Makefile.am

View File

@ -1832,6 +1832,9 @@ AM_CONDITIONAL(STATICLIBS, test "x$enable_static" = xyes)
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)