From 3e1cd31b4744452a792978604b1ceb461978f203 Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 10 Apr 2020 15:34:57 +0200 Subject: build: Use WARN_CFLAGS variable --- plugins/libsensors/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/libsensors') diff --git a/plugins/libsensors/Makefile.am b/plugins/libsensors/Makefile.am index 45785b1..5bf9681 100644 --- a/plugins/libsensors/Makefile.am +++ b/plugins/libsensors/Makefile.am @@ -9,11 +9,13 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ - $(GLIB_CFLAGS) $(LIBSENSORS_CFLAGS) + $(GLIB_CFLAGS) \ + $(LIBSENSORS_CFLAGS) \ + $(WARN_CFLAGS) plugin_LTLIBRARIES = liblibsensors.la -liblibsensors_la_SOURCES = \ +liblibsensors_la_SOURCES = \ libsensors-plugin.h \ libsensors-plugin.c -- cgit v1.2.1