diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-27 16:41:01 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-27 16:41:01 +0200 |
commit | ae46e7dc17aa620b25cae52a8c576022ecc1c66b (patch) | |
tree | 69c5c2b4ae7941613d325db01a7a536d834d1d5c /capplets/Makefile.am | |
parent | 7544506864790940a96de68280fb96ea89a2ecac (diff) | |
download | mate-control-center-ae46e7dc17aa620b25cae52a8c576022ecc1c66b.tar.bz2 mate-control-center-ae46e7dc17aa620b25cae52a8c576022ecc1c66b.tar.xz |
migrate keybindings applet to gsettings
Diffstat (limited to 'capplets/Makefile.am')
-rw-r--r-- | capplets/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 4a0105a4..437e2e45 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -5,14 +5,11 @@ SUBDIRS = \ default-applications \ display \ keyboard \ + keybindings \ mouse \ network \ windows -# Enable these applets when migrated to gsettings -GSETTINS_DISABLED_SUBDIRS = \ - keybindings - DIST_SUBDIRS = \ common \ accessibility \ |