summaryrefslogtreecommitdiff
path: root/sensors-applet/plugins/Makefile.am
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-31 12:11:25 +0100
committermbkma <[email protected]>2026-01-31 12:11:25 +0100
commitbb4fa0ea945f9dd4d0bff0182c381c2f14f78ae3 (patch)
tree523c91356c59557d0bcfa0a878f4e5cadd0c4ab2 /sensors-applet/plugins/Makefile.am
parentd433bbd9aeb7ae3377e59c70f6608c3e29f9ebbc (diff)
downloadmate-applets-integrate-all-applets.tar.bz2
mate-applets-integrate-all-applets.tar.xz
merge mate-indicator-applet and sensors-applet into mate-appletsintegrate-all-applets
Diffstat (limited to 'sensors-applet/plugins/Makefile.am')
-rw-r--r--sensors-applet/plugins/Makefile.am55
1 files changed, 55 insertions, 0 deletions
diff --git a/sensors-applet/plugins/Makefile.am b/sensors-applet/plugins/Makefile.am
new file mode 100644
index 00000000..74dc7574
--- /dev/null
+++ b/sensors-applet/plugins/Makefile.am
@@ -0,0 +1,55 @@
+NULL=
+
+DIST_SUBDIRS = \
+ acpi \
+ dummy \
+ udisks2 \
+ hddtemp \
+ i2c-proc \
+ i2c-sys \
+ i8k \
+ ibm-acpi \
+ libsensors \
+ mbmon \
+ netbsd \
+ nvidia \
+ omnibook \
+ pmu-sys \
+ smu-sys \
+ sonypi \
+ $(NULL)
+
+SUBDIRS = \
+ acpi \
+ hddtemp \
+ i8k \
+ ibm-acpi \
+ mbmon \
+ omnibook \
+ pmu-sys \
+ smu-sys \
+ sonypi
+
+if DUMMYPLUGIN
+SUBDIRS += dummy
+endif
+
+if UDISKS2
+SUBDIRS += udisks2
+endif
+
+if LIBSENSORS
+SUBDIRS += libsensors
+else
+SUBDIRS += i2c-proc i2c-sys
+endif
+
+if NETBSD
+SUBDIRS += netbsd
+endif
+
+if NVIDIA
+SUBDIRS += nvidia
+endif
+
+-include $(top_srcdir)/git.mk