From 0e7dd9a23a7ccae9c97e7a83967bec89a83ae0e6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 5 Feb 2020 11:18:47 +0100 Subject: build: use warning flags --- mate-about/Makefile.am | 2 +- tools/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 4df5e27..79c03e4 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = mate-about mate_about_SOURCES = mate-about.c mate-about.h -mate_about_CFLAGS = $(MATE_ABOUT_CFLAGS) +mate_about_CFLAGS = $(WARN_CFLAGS) $(MATE_ABOUT_CFLAGS) mate_about_LDADD = $(MATE_ABOUT_LIBS) AM_CPPFLAGS = \ diff --git a/tools/Makefile.am b/tools/Makefile.am index a272a9b..88c720b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -9,6 +9,7 @@ mate_color_select_SOURCES = \ mate_color_select_CFLAGS = \ -DLOCALE_DIR=\"$(datadir)/locale\" \ + $(WARN_CFLAGS) \ $(MATE_DESKTOP_CFLAGS) mate_color_select_LDADD = \ -- cgit v1.2.1