diff options
author | zhuyaliang <[email protected]> | 2019-06-10 15:11:09 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-14 12:05:04 +0200 |
commit | 2ba900ce544ad4e3adc54ffd097900f79a61806f (patch) | |
tree | 137dc7006d9dbc7bc430622c01f5ab640fbfbc9a /capplets | |
parent | 6cb1deca1340a8b47d7b041bb3510fbe92da9580 (diff) | |
download | mate-control-center-2ba900ce544ad4e3adc54ffd097900f79a61806f.tar.bz2 mate-control-center-2ba900ce544ad4e3adc54ffd097900f79a61806f.tar.xz |
enable to build time-admin for mate-control-center
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/Makefile.am b/capplets/Makefile.am index d1236522..fba5739e 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -8,8 +8,9 @@ SUBDIRS = \ keybindings \ mouse \ network \ + time-admin \ windows \ - about-me + about-me DIST_SUBDIRS = \ common \ @@ -20,6 +21,7 @@ DIST_SUBDIRS = \ keyboard \ mouse \ network \ + time-admin \ windows \ display \ about-me |