diff options
author | rbuj <[email protected]> | 2020-02-16 10:09:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-27 11:59:49 +0100 |
commit | 770aff7cfae9822209e6bf45071c7473e628f7dd (patch) | |
tree | e79d1e7a0527aa79a483f3fc8a55f289837a804c /data/Makefile.am | |
parent | 919f39972c45a501606680fb6f6c1fe5a6b8a27c (diff) | |
download | mate-power-manager-770aff7cfae9822209e6bf45071c7473e628f7dd.tar.bz2 mate-power-manager-770aff7cfae9822209e6bf45071c7473e628f7dd.tar.xz |
Read authors (updated) from mate-power-manager.about
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 7225949..03f40f2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -41,10 +41,12 @@ EXTRA_DIST = \ $(gsettings_schemas_in_files) \ $(pkgdata_DATA) \ $(man_MANS) \ + org.mate.power-manager.manager.gresource.xml \ org.mate.power-manager.preferences.gresource.xml \ org.mate.power-manager.statistics.gresource.xml \ gpm-prefs.ui \ - gpm-statistics.ui + gpm-statistics.ui \ + mate-power-manager.about clean-local : rm -f *~ |