From 69ecddf1317e71f35b1c1de00392dc76f8f1701c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 21 Nov 2011 23:44:15 +0100 Subject: Initial release bases on sensors-applet --- plugins/omnibook/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/omnibook/Makefile.am (limited to 'plugins/omnibook/Makefile.am') diff --git a/plugins/omnibook/Makefile.am b/plugins/omnibook/Makefile.am new file mode 100644 index 0000000..0633b4b --- /dev/null +++ b/plugins/omnibook/Makefile.am @@ -0,0 +1,21 @@ +# OMNIBOOK 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 = libomnibook.la + +libomnibook_la_SOURCES = \ + omnibook-plugin.h \ + omnibook-plugin.c + +libomnibook_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS) +libomnibook_la_LIBADD = $(top_builddir)/lib/libsensors-applet-plugin.la -- cgit v1.2.1