diff options
author | Stefano Karapetsas <[email protected]> | 2011-11-21 23:44:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-11-21 23:44:15 +0100 |
commit | 69ecddf1317e71f35b1c1de00392dc76f8f1701c (patch) | |
tree | aba29401d8d4b88f14d67aac2b0e60980a78fa2e /plugins/Makefile.am | |
download | mate-sensors-applet-69ecddf1317e71f35b1c1de00392dc76f8f1701c.tar.bz2 mate-sensors-applet-69ecddf1317e71f35b1c1de00392dc76f8f1701c.tar.xz |
Initial release bases on sensors-applet
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am new file mode 100644 index 0000000..ece115b --- /dev/null +++ b/plugins/Makefile.am @@ -0,0 +1,45 @@ +DIST_SUBDIRS = \ + acpi \ + udisks \ + eee \ + hddtemp \ + i2c-proc \ + i2c-sys \ + i8k \ + ibm-acpi \ + libsensors \ + nvidia \ + omnibook \ + pmu-sys \ + smu-sys \ + sonypi \ + aticonfig + +SUBDIRS = \ + acpi \ + eee \ + hddtemp \ + i8k \ + ibm-acpi \ + omnibook \ + pmu-sys \ + smu-sys \ + sonypi + +if UDISKS +SUBDIRS += udisks +endif + +if LIBSENSORS +SUBDIRS += libsensors +else +SUBDIRS += i2c-proc i2c-sys +endif + +if NVIDIA +SUBDIRS += nvidia +endif + +if ATICONFIG +SUBDIRS += aticonfig +endif |