diff options
author | Daniele Napolitano <[email protected]> | 2015-06-30 01:34:16 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-07 15:36:36 +0200 |
commit | 0bca8af943eec18ef3efca5adedec85c069af045 (patch) | |
tree | 5781ce1dc72bd879ea932e70a8016bea34636457 /plugins/mbmon/Makefile.am | |
parent | 1d5f590b047227a1c10489dd8d3119ecaddd7e5c (diff) | |
download | mate-sensors-applet-0bca8af943eec18ef3efca5adedec85c069af045.tar.bz2 mate-sensors-applet-0bca8af943eec18ef3efca5adedec85c069af045.tar.xz |
Add new mbmon plugin
Adapted for mate-sensors-applet by [email protected]
Diffstat (limited to 'plugins/mbmon/Makefile.am')
-rw-r--r-- | plugins/mbmon/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
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 |