diff options
author | rbuj <[email protected]> | 2020-02-16 10:09:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-27 12:03:36 +0100 |
commit | 199af60bcf16b99dc737302216e337066fdf5563 (patch) | |
tree | 0f3d37bf19014453cda833958288650b8fef9227 /data/Makefile.am | |
parent | 044a21367b5968592d438fff980219dd08773952 (diff) | |
download | mate-power-manager-199af60bcf16b99dc737302216e337066fdf5563.tar.bz2 mate-power-manager-199af60bcf16b99dc737302216e337066fdf5563.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 *~ |