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 --- sensors-applet/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sensors-applet') diff --git a/sensors-applet/Makefile.am b/sensors-applet/Makefile.am index 874d488..a864893 100644 --- a/sensors-applet/Makefile.am +++ b/sensors-applet/Makefile.am @@ -12,7 +12,12 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ - $(GLIB_CFLAGS) $(GTK_CFLAGS) $(MATE_CFLAGS) $(CAIRO_CFLAGS) $(LIBNOTIFY_CFLAGS) + $(GLIB_CFLAGS) \ + $(GTK_CFLAGS) \ + $(MATE_CFLAGS) \ + $(CAIRO_CFLAGS) \ + $(LIBNOTIFY_CFLAGS) \ + $(WARN_CFLAGS) LIBS = $(GLIB_LIBS) $(GTK_LIBS) $(MATE_LIBS) $(CAIRO_LIBS) $(LIBNOTIFY_LIBS) -- cgit v1.2.1