summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorinfo-cppsp <[email protected]>2018-01-27 12:12:32 +0100
committerinfo-cppsp <[email protected]>2018-01-27 12:12:32 +0100
commit86b3ec83e0b236b0a1a25bcb12444a6a7ce61a25 (patch)
tree72ebf9eb3cdd4bf784a8bfa476c878d55e4d7b64 /plugins/Makefile.am
parentc5e5a6e7b50f7abcc7c0d91f0a40702f0a46ca5a (diff)
downloadmate-sensors-applet-86b3ec83e0b236b0a1a25bcb12444a6a7ce61a25.tar.bz2
mate-sensors-applet-86b3ec83e0b236b0a1a25bcb12444a6a7ce61a25.tar.xz
Remove deprecated udisks plugin
udisks and dbus-glib have been deprecated for at least 5 years. Linux Mint 17.3 and therefore Ubuntu 14.04 LTS ship with udisks2 as default. I've also made a new plugin for udisks2. Let's just get rid of this, shall we?
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index f0e46a1..619faf3 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,6 +1,5 @@
DIST_SUBDIRS = \
acpi \
- udisks \
udisks2 \
hddtemp \
i2c-proc \
@@ -27,10 +26,6 @@ SUBDIRS = \
smu-sys \
sonypi
-if UDISKS
-SUBDIRS += udisks
-endif
-
if UDISKS2
SUBDIRS += udisks2
endif