diff options
Diffstat (limited to 'sensors-applet/plugins/Makefile.am')
| -rw-r--r-- | sensors-applet/plugins/Makefile.am | 55 |
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 |
