diff options
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 b998b65..9f1c250 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,7 @@ dnl CXXFLAGS="-fvisibility-inlines-hidden $CXXFLAGS" GLIB_GSETTINGS # i18n stuff -IT_PROG_INTLTOOL([0.41.0]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=mate-system-monitor AC_SUBST(GETTEXT_PACKAGE) @@ -124,6 +124,7 @@ YELP_HELP_INIT AC_CONFIG_FILES([ Makefile src/Makefile +src/org.mate.system-monitor.gschema.xml pixmaps/Makefile po/Makefile.in help/Makefile |