mirror of https://github.com/GNOME/gimp.git
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:
parent
77968a1baa
commit
ac98071081
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue