summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorRobert Antoni Buj Gelonch <[email protected]>2020-12-30 08:37:07 +0100
committerGitHub <[email protected]>2020-12-30 07:37:07 +0000
commit239212e11dcb3f7f8092417d7dd444e898a5c952 (patch)
tree3cb613fe5b3142a21eaec9042a95fcabc77e9326 /plugins/Makefile.am
parenta21924e03b046ebfe0e3c670ba7659e43ed06ae8 (diff)
downloadmate-sensors-applet-239212e11dcb3f7f8092417d7dd444e898a5c952.tar.bz2
mate-sensors-applet-239212e11dcb3f7f8092417d7dd444e898a5c952.tar.xz
Drop aticonfig plugin (#119)
* aticonfig-plugin: remove unused variable warning reported by cppcheck * Remove aticonfig plugin
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index a3245b2..74dc757 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,3 +1,5 @@
+NULL=
+
DIST_SUBDIRS = \
acpi \
dummy \
@@ -15,7 +17,7 @@ DIST_SUBDIRS = \
pmu-sys \
smu-sys \
sonypi \
- aticonfig
+ $(NULL)
SUBDIRS = \
acpi \
@@ -50,8 +52,4 @@ if NVIDIA
SUBDIRS += nvidia
endif
-if ATICONFIG
-SUBDIRS += aticonfig
-endif
-
-include $(top_srcdir)/git.mk