summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorinfo-cppsp <[email protected]>2017-09-13 13:13:30 +0200
committerraveit65 <[email protected]>2017-10-18 22:36:02 +0200
commita7e24a66b69f02106db00e5392b68c39f5d4eb59 (patch)
tree60e9f2eeb2aeb942b0521bd86c24cfbffc6e57e7 /plugins/Makefile.am
parentb00703c2b3b936034f836327ed5f3f1afef7b685 (diff)
downloadmate-sensors-applet-a7e24a66b69f02106db00e5392b68c39f5d4eb59.tar.bz2
mate-sensors-applet-a7e24a66b69f02106db00e5392b68c39f5d4eb59.tar.xz
added udisks2 plugin
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 74161f5..d787000 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,6 +1,7 @@
DIST_SUBDIRS = \
acpi \
udisks \
+ udisks2 \
eee \
hddtemp \
i2c-proc \
@@ -32,6 +33,10 @@ if UDISKS
SUBDIRS += udisks
endif
+if UDISKS2
+SUBDIRS += udisks2
+endif
+
if LIBSENSORS
SUBDIRS += libsensors
else