From 0bca8af943eec18ef3efca5adedec85c069af045 Mon Sep 17 00:00:00 2001 From: Daniele Napolitano Date: Tue, 30 Jun 2015 01:34:16 +0200 Subject: Add new mbmon plugin Adapted for mate-sensors-applet by infirit@gmail.com --- plugins/mbmon/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/mbmon/Makefile.am (limited to 'plugins/mbmon/Makefile.am') diff --git a/plugins/mbmon/Makefile.am b/plugins/mbmon/Makefile.am new file mode 100644 index 0000000..f391e67 --- /dev/null +++ b/plugins/mbmon/Makefile.am @@ -0,0 +1,21 @@ +# MBMON 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 = libmbmon.la + +libmbmon_la_SOURCES = \ + mbmon-plugin.h \ + mbmon-plugin.c + +libmbmon_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS) +libmbmon_la_LIBADD = $(top_builddir)/lib/libmate-sensors-applet-plugin.la -- cgit v1.2.1