diff options
author | Martin Wimpress <[email protected]> | 2015-06-15 20:08:55 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-15 20:08:55 +0100 |
commit | a2055e1a4deb8257b18d17d5f12b15a3707d2332 (patch) | |
tree | 5f9cee00c5f41d798acbae7870e788db87bac81a /configure.ac | |
parent | 232a6c95d121fb92c372476a29fabf4846446143 (diff) | |
parent | 2e14b902516a9f53e41b9c77110de108bca27245 (diff) | |
download | eom-a2055e1a4deb8257b18d17d5f12b15a3707d2332.tar.bz2 eom-a2055e1a4deb8257b18d17d5f12b15a3707d2332.tar.xz |
Merge pull request #83 from monsta/master
fixes for gschema translation
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6c6be66..5c3c0af 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ fi # *********** AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=AC_PACKAGE_NAME AC_SUBST(GETTEXT_PACKAGE) @@ -499,6 +499,7 @@ po/Makefile.in data/Makefile data/eom.pc data/eom.desktop.in +data/org.mate.eom.gschema.xml data/pixmaps/Makefile data/icons/Makefile data/icons/16x16/Makefile |