From 69ecddf1317e71f35b1c1de00392dc76f8f1701c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 21 Nov 2011 23:44:15 +0100 Subject: Initial release bases on sensors-applet --- plugins/Makefile.am | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 plugins/Makefile.am (limited to 'plugins/Makefile.am') 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 -- cgit v1.2.1