diff options
author | infirit <[email protected]> | 2015-09-08 17:19:30 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 17:19:30 +0200 |
commit | ca8ca6923e74bb307bfe6c99c691399987eda7ed (patch) | |
tree | 81443d808378577ab19fe39beda57755788ecd3f /configure.ac | |
parent | 3d9e640cc4221a43d214951da5cbdc43c4f55662 (diff) | |
download | pluma-ca8ca6923e74bb307bfe6c99c691399987eda7ed.tar.bz2 pluma-ca8ca6923e74bb307bfe6c99c691399987eda7ed.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 91482659..9f70c1f5 100644 --- a/configure.ac +++ b/configure.ac @@ -387,6 +387,7 @@ plugins/externaltools/Makefile plugins/externaltools/scripts/Makefile plugins/externaltools/tools/Makefile plugins/filebrowser/Makefile +plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml plugins/modelines/Makefile plugins/pythonconsole/Makefile plugins/pythonconsole/pythonconsole/Makefile @@ -400,6 +401,7 @@ plugins/sort/Makefile plugins/spell/Makefile plugins/taglist/Makefile plugins/time/Makefile +plugins/time/org.mate.pluma.plugins.time.gschema.xml plugins/trailsave/Makefile po/Makefile.in tests/Makefile |