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/pmu-sys/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/pmu-sys') diff --git a/plugins/pmu-sys/Makefile.am b/plugins/pmu-sys/Makefile.am index da4103f..2f97ff6 100644 --- a/plugins/pmu-sys/Makefile.am +++ b/plugins/pmu-sys/Makefile.am @@ -9,11 +9,12 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ - $(GLIB_CFLAGS) + $(GLIB_CFLAGS) \ + $(WARN_CFLAGS) plugin_LTLIBRARIES = libpmu-sys.la -libpmu_sys_la_SOURCES = \ +libpmu_sys_la_SOURCES = \ pmu-sys-plugin.h \ pmu-sys-plugin.c -- cgit v1.2.1