diff options
author | zhuyaliang <[email protected]> | 2023-09-28 10:41:46 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-10-02 01:31:41 +0000 |
commit | 5d9cbe65cdf296d9a69c93712243617dd6ba6848 (patch) | |
tree | 7703719caaf3cb74c22e16f1fab7ae34e5ebe80d /capplets/Makefile.am | |
parent | bc4db7647c5a1b2a1ec4fadea1e05ddfa9c98f18 (diff) | |
download | mate-control-center-5d9cbe65cdf296d9a69c93712243617dd6ba6848.tar.bz2 mate-control-center-5d9cbe65cdf296d9a69c93712243617dd6ba6848.tar.xz |
Add new capplets: system info
Diffstat (limited to 'capplets/Makefile.am')
-rw-r--r-- | capplets/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/capplets/Makefile.am b/capplets/Makefile.am index fba5739e..017bdea3 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -10,7 +10,8 @@ SUBDIRS = \ network \ time-admin \ windows \ - about-me + about-me \ + system-info DIST_SUBDIRS = \ common \ @@ -24,6 +25,7 @@ DIST_SUBDIRS = \ time-admin \ windows \ display \ - about-me + about-me \ + system-info -include $(top_srcdir)/git.mk |