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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-about') 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 = \ -- cgit v1.2.1