summaryrefslogtreecommitdiff
path: root/sensors-applet/plugins/i2c-sys/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sensors-applet/plugins/i2c-sys/Makefile.am')
-rw-r--r--sensors-applet/plugins/i2c-sys/Makefile.am24
1 files changed, 24 insertions, 0 deletions
diff --git a/sensors-applet/plugins/i2c-sys/Makefile.am b/sensors-applet/plugins/i2c-sys/Makefile.am
new file mode 100644
index 00000000..a0be6129
--- /dev/null
+++ b/sensors-applet/plugins/i2c-sys/Makefile.am
@@ -0,0 +1,24 @@
+# I2C-SYS 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)/sensors-applet \
+ $(GLIB_CFLAGS) \
+ $(WARN_CFLAGS)
+
+plugin_LTLIBRARIES = libi2c-sys.la
+
+libi2c_sys_la_SOURCES = \
+ i2c-sys-plugin.h \
+ i2c-sys-plugin.c
+
+libi2c_sys_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS)
+libi2c_sys_la_LIBADD = $(top_builddir)/sensors-applet/lib/libmate-sensors-applet-plugin.la
+
+-include $(top_srcdir)/git.mk