diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-18 22:49:08 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-18 22:49:08 +0100 |
commit | 6f12750fb05e6284b4356a6648a47ce202ff2d39 (patch) | |
tree | 2456bc6d385a50126518cd6ec11af188f400d4f9 /data/Makefile.am | |
parent | fc9ad81243511a82da3df74d03e21e366ce66416 (diff) | |
download | mate-settings-daemon-6f12750fb05e6284b4356a6648a47ce202ff2d39.tar.bz2 mate-settings-daemon-6f12750fb05e6284b4356a6648a47ce202ff2d39.tar.xz |
Re-added keybindings plugin, migrated to GSettings
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index a6f3631..4ae81d4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,6 +11,7 @@ gsettings_SCHEMAS = \ org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \ org.mate.SettingsDaemon.plugins.datetime.gschema.xml \ org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \ + org.mate.SettingsDaemon.plugins.keybindings.gschema.xml \ org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \ org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \ org.mate.SettingsDaemon.plugins.mouse.gschema.xml \ |