summaryrefslogtreecommitdiff
path: root/plugins/netbsd
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-04-10 15:34:57 +0200
committerrbuj <[email protected]>2020-04-10 15:34:57 +0200
commit3e1cd31b4744452a792978604b1ceb461978f203 (patch)
tree3fdced4fa99b1855a24c05ae7dd2ada5b651c92d /plugins/netbsd
parent98db8d17d8ff86f99be772d5d0e882477ce72623 (diff)
downloadmate-sensors-applet-3e1cd31b4744452a792978604b1ceb461978f203.tar.bz2
mate-sensors-applet-3e1cd31b4744452a792978604b1ceb461978f203.tar.xz
build: Use WARN_CFLAGS variable
Diffstat (limited to 'plugins/netbsd')
-rw-r--r--plugins/netbsd/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/netbsd/Makefile.am b/plugins/netbsd/Makefile.am
index 61e506f..29aa85a 100644
--- a/plugins/netbsd/Makefile.am
+++ b/plugins/netbsd/Makefile.am
@@ -9,12 +9,13 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DPREFIX=\""$(prefix)"\" \
-I$(top_srcdir) \
- $(GLIB_CFLAGS)
+ $(GLIB_CFLAGS) \
+ $(WARN_CFLAGS)
plugin_LTLIBRARIES = libnetbsd.la
-libnetbsd_la_SOURCES = \
+libnetbsd_la_SOURCES = \
netbsd-plugin.h \
netbsd-plugin.c