diff options
author | Martin Wimpress <[email protected]> | 2015-06-16 22:31:52 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-16 22:31:52 +0100 |
commit | f6addc421a2dc87d02477b88b4828dadf3a9ade3 (patch) | |
tree | 9ca92c224599e1ea5259525a4e3ec1a60b2fc37b /configure.ac | |
parent | 0f093c69c0c6bfdc7560da1bb6b516a28665bdac (diff) | |
parent | b9133a18f88938db0afdd88f4fffc419e6477c09 (diff) | |
download | pluma-f6addc421a2dc87d02477b88b4828dadf3a9ade3.tar.bz2 pluma-f6addc421a2dc87d02477b88b4828dadf3a9ade3.tar.xz |
Merge pull request #120 from NiceandGently/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 6a4a17df..b3812baf 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ dnl ================================================================ dnl Gettext stuff. dnl ================================================================ -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=pluma AC_SUBST([GETTEXT_PACKAGE]) AM_GLIB_GNU_GETTEXT @@ -513,6 +513,7 @@ Makefile data/pluma.desktop.in data/pluma-bugreport.sh data/pluma.pc +data/org.mate.pluma.gschema.xml data/Makefile docs/Makefile docs/reference/Makefile |