summaryrefslogtreecommitdiff
path: root/plugins/i2c-sys/Makefile.am
blob: 1647f16bf7afdfeef56380cc2c8138ffe85891fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# I2C-SYS plugin
plugindir = $(libdir)/sensors-applet/plugins

INCLUDES = -DGNOMELOCALEDIR=\""$(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 = 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)/lib/libsensors-applet-plugin.la