diff options
author | info-cppsp <[email protected]> | 2018-01-18 20:58:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-25 16:23:14 +0100 |
commit | 9a5fc1a315cd093563b493c35f521e0ec2621f4a (patch) | |
tree | b8d59ea2b93a787822cafb55d5e723b654a95b42 /plugins/Makefile.am | |
parent | aaddbc0387c7e4089fe1d828ae422f2c88885d9f (diff) | |
download | mate-sensors-applet-9a5fc1a315cd093563b493c35f521e0ec2621f4a.tar.bz2 mate-sensors-applet-9a5fc1a315cd093563b493c35f521e0ec2621f4a.tar.xz |
Remove deprecated eee plugin
According to https://github.com/mate-desktop/mate-sensors-applet/pull/64#issuecomment-358425379 the eee plugin is obsolete, the same functionality is available through lm-sensors.
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d787000..f0e46a1 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -2,7 +2,6 @@ DIST_SUBDIRS = \ acpi \ udisks \ udisks2 \ - eee \ hddtemp \ i2c-proc \ i2c-sys \ @@ -19,7 +18,6 @@ DIST_SUBDIRS = \ SUBDIRS = \ acpi \ - eee \ hddtemp \ i8k \ ibm-acpi \ |