diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1e337dc4..288cad4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,9 @@ SUBDIRS += typing-break endif @INTLTOOL_XML_NOMERGE_RULE@ -gsettings_SCHEMAS = org.mate.control-center.gschema.xml +gsettings_SCHEMAS = \ + org.mate.control-center.gschema.xml \ + org.mate.control-center.keybinding.gschema.xml @GSETTINGS_RULES@ %.gschema.xml.in: %.gschema.xml.in.in Makefile |