summaryrefslogtreecommitdiff
path: root/sensors-applet/plugins/netbsd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sensors-applet/plugins/netbsd/Makefile.am')
-rw-r--r--sensors-applet/plugins/netbsd/Makefile.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/sensors-applet/plugins/netbsd/Makefile.am b/sensors-applet/plugins/netbsd/Makefile.am
new file mode 100644
index 00000000..d06f7bd7
--- /dev/null
+++ b/sensors-applet/plugins/netbsd/Makefile.am
@@ -0,0 +1,26 @@
+# NetBSD 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 = libnetbsd.la
+
+libnetbsd_la_SOURCES = \
+ netbsd-plugin.h \
+ netbsd-plugin.c
+
+libnetbsd_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS) -lprop
+
+libnetbsd_la_LIBADD = $(top_builddir)/sensors-applet/lib/libmate-sensors-applet-plugin.la
+
+-include $(top_srcdir)/git.mk