summaryrefslogtreecommitdiff
path: root/plugins/eee/Makefile.am
diff options
context:
space:
mode:
authorinfo-cppsp <[email protected]>2018-01-18 20:58:52 +0100
committerraveit65 <[email protected]>2018-01-25 16:23:14 +0100
commit9a5fc1a315cd093563b493c35f521e0ec2621f4a (patch)
treeb8d59ea2b93a787822cafb55d5e723b654a95b42 /plugins/eee/Makefile.am
parentaaddbc0387c7e4089fe1d828ae422f2c88885d9f (diff)
downloadmate-sensors-applet-9a5fc1a315cd093563b493c35f521e0ec2621f4a.tar.bz2
mate-sensors-applet-9a5fc1a315cd093563b493c35f521e0ec2621f4a.tar.xz
Remove deprecated eee plugin
According to https://github.com/mate-desktop/mate-sensors-applet/pull/64#issuecomment-358425379 the eee plugin is obsolete, the same functionality is available through lm-sensors.
Diffstat (limited to 'plugins/eee/Makefile.am')
-rw-r--r--plugins/eee/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/eee/Makefile.am b/plugins/eee/Makefile.am
deleted file mode 100644
index 99c5785..0000000
--- a/plugins/eee/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-# ACPI plugin
-plugindir = $(libdir)/mate-sensors-applet/plugins
-
-AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \
- -DG_LOG_DOMAIN=\""Sensors Applet"\" \
- -DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \
- -DDATADIR=\""$(datadir)"\" \
- -DLIBDIR=\""$(libdir)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DPREFIX=\""$(prefix)"\" \
- -I$(top_srcdir) \
- $(GLIB_CFLAGS)
-
-plugin_LTLIBRARIES = libeee.la
-
-libeee_la_SOURCES = \
- eee-plugin.h \
- eee-plugin.c
-
-libeee_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS)
-libeee_la_LIBADD = $(top_builddir)/lib/libmate-sensors-applet-plugin.la