From a7e24a66b69f02106db00e5392b68c39f5d4eb59 Mon Sep 17 00:00:00 2001 From: info-cppsp Date: Wed, 13 Sep 2017 13:13:30 +0200 Subject: added udisks2 plugin --- plugins/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/Makefile.am') 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 -- cgit v1.2.1