diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-25 00:39:57 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-25 00:39:57 +0200 |
commit | e225cba670719af7573bf8f04a57393a0764569a (patch) | |
tree | d06120a49c17fc473547e588c5e55f776de5f019 /capplets/Makefile.am | |
parent | 3bb2d6c2e4c434cd7852eddfac5256ad807f4da4 (diff) | |
download | mate-control-center-e225cba670719af7573bf8f04a57393a0764569a.tar.bz2 mate-control-center-e225cba670719af7573bf8f04a57393a0764569a.tar.xz |
update NEWS
Diffstat (limited to 'capplets/Makefile.am')
-rw-r--r-- | capplets/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 9b3c70ea..4a0105a4 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -4,12 +4,15 @@ SUBDIRS = \ appearance \ default-applications \ display \ - keybindings \ keyboard \ mouse \ network \ windows +# Enable these applets when migrated to gsettings +GSETTINS_DISABLED_SUBDIRS = \ + keybindings + DIST_SUBDIRS = \ common \ accessibility \ |